#920FE0

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

Shades of Dark Violet #920FE0

Tints of Dark Violet #920FE0

Color information

#920FE0 (or 0x920FE0) is unknown color: approx Dark Violet. HEX triplet: 92, 0F and E0. RGB value is (146,15,224). Sum of RGB (Red+Green+Blue) = 146+15+224=385 (50% of max value = 765). Red value is 146 (57.42% from 255 or 37.92% from 385); Green value is 15 (6.25% from 255 or 3.90% from 385); Blue value is 224 (87.89% from 255 or 58.18% from 385); Max value from RGB is 224 - color contains mainly: blue. Hex color #920FE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920FE0 is #6DF01F. Grayscale: #4D4D4D. Windows color (decimal): -7204896 or 14684050. OLE color: 14684050.

HSL color Cylindrical-coordinate representation of color #920FE0: hue angle of 277.61º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #920FE0 is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB14615224-
CMYK0.350.9300.12
HSL277.61º87.45%46.86%-
HSV(B)277.61º93.3%87.84%-
XYZ25.4811.8371.46-
YUV78210.4176.51-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.92%
GREEN value IS 15 (6.25% from 255) = 3.90%
BLUE value IS 224 (87.89% from 255) = 58.18%
R=37.92%
G=3.90%
B=58.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal146152240.350.9300.12277.6187.4546.86
Hex92FE0235D0C116572f
Octal222173404313501442612757
Binary100100101111111000001000111011101011001000101101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,15,224); }

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

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

 a { background-color: rgb(146,15,224); }

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

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

 span { border-color: rgb(146,15,224); }

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