#920CB2

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

Shades of Dark Violet #920CB2

Tints of Dark Violet #920CB2

Color information

#920CB2 (or 0x920CB2) is unknown color: approx Dark Violet. HEX triplet: 92, 0C and B2. RGB value is (146,12,178). Sum of RGB (Red+Green+Blue) = 146+12+178=336 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.45% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 178 (69.92% from 255 or 52.98% from 336); Max value from RGB is 178 - color contains mainly: blue. Hex color #920CB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920CB2 is #6DF34D. Grayscale: #464646. Windows color (decimal): -7205710 or 11668626. OLE color: 11668626.

HSL color Cylindrical-coordinate representation of color #920CB2: hue angle of 288.43º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #920CB2 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14612178-
CMYK0.180.9300.30
HSL288.43º87.37%37.25%-
HSV(B)288.43º93.26%69.8%-
XYZ20.029.5942.91-
YUV70.99188.39181.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.45%
GREEN value IS 12 (5.08% from 255) = 3.57%
BLUE value IS 178 (69.92% from 255) = 52.98%
R=43.45%
G=3.57%
B=52.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal146121780.180.9300.30288.4387.3737.25
Hex92CB2125D01E1205725
Octal222142622213503644012745
Binary100100101100101100101001010111010111101001000001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,12,178); }

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

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

 a { background-color: rgb(146,12,178); }

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

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

 span { border-color: rgb(146,12,178); }

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