#920EC9

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

Shades of Dark Violet #920EC9

Tints of Dark Violet #920EC9

Color information

#920EC9 (or 0x920EC9) is unknown color: approx Dark Violet. HEX triplet: 92, 0E and C9. RGB value is (146,14,201). Sum of RGB (Red+Green+Blue) = 146+14+201=361 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.44% from 361); Green value is 14 (5.86% from 255 or 3.88% from 361); Blue value is 201 (78.91% from 255 or 55.68% from 361); Max value from RGB is 201 - color contains mainly: blue. Hex color #920EC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #920EC9 is #6DF136. Grayscale: #4A4A4A. Windows color (decimal): -7205175 or 13176466. OLE color: 13176466.

HSL color Cylindrical-coordinate representation of color #920EC9: hue angle of 282.35º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #920EC9 is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14614201-
CMYK0.270.9300.21
HSL282.35º86.98%42.16%-
HSV(B)282.35º93.03%78.82%-
XYZ22.5510.6456.12-
YUV74.79199.23178.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.44%
GREEN value IS 14 (5.86% from 255) = 3.88%
BLUE value IS 201 (78.91% from 255) = 55.68%
R=40.44%
G=3.88%
B=55.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal146142010.270.9300.21282.3586.9842.16
Hex92EC91B5D01511a572a
Octal222163113313502543212752
Binary100100101110110010011101110111010101011000110101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,14,201); }

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

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

 a { background-color: rgb(146,14,201); }

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

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

 span { border-color: rgb(146,14,201); }

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