#920DE8

Color #920DE8 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #920DE8

Tints of Dark Violet #920DE8

Color information

#920DE8 (or 0x920DE8) is unknown color: approx Dark Violet. HEX triplet: 92, 0D and E8. RGB value is (146,13,232). Sum of RGB (Red+Green+Blue) = 146+13+232=391 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.34% from 391); Green value is 13 (5.47% from 255 or 3.32% from 391); Blue value is 232 (91.02% from 255 or 59.34% from 391); Max value from RGB is 232 - color contains mainly: blue. Hex color #920DE8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #920DE8 is #6DF217. Grayscale: #4C4C4C. Windows color (decimal): -7205400 or 15207826. OLE color: 15207826.

HSL color Cylindrical-coordinate representation of color #920DE8: hue angle of 276.44º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #920DE8 is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB14613232-
CMYK0.370.9400.09
HSL276.44º89.39%48.04%-
HSV(B)276.44º94.4%90.98%-
XYZ26.5612.2377.3-
YUV77.73215.06176.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 37.34%
GREEN value IS 13 (5.47% from 255) = 3.32%
BLUE value IS 232 (91.02% from 255) = 59.34%
R=37.34%
G=3.32%
B=59.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal146132320.370.9400.09276.4489.3948.04
Hex92DE8255E091145930
Octal222153504513601142413160
Binary100100101101111010001001011011110010011000101001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920DE8; }

 p { color: rgb(146,13,232); }

 H1.HeaderClassName
 {
   color: #920DE8;
 }
 .AnyTagClassName
 {
   color: #920DE8;
 }
</style>
background-color css

<style>
 a { background-color: #920DE8; }

 a { background-color: rgb(146,13,232); }

 div.DivClassName
 {
   background-color: #920DE8;
 }
 .BgClassName
 {
   background-color: #920DE8;
 }
</style>
border-color css

<style>
 span { border-color: #920DE8; }

 span { border-color: rgb(146,13,232); }

 td.TdClassName
 {
   border-color: #920DE8;
 }
 .TagClassName
 {
   border-color: #920DE8;
 }
</style>