#8902C4

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

Shades of Dark Violet #8902C4

Tints of Dark Violet #8902C4

Color information

#8902C4 (or 0x8902C4) is unknown color: approx Dark Violet. HEX triplet: 89, 02 and C4. RGB value is (137,2,196). Sum of RGB (Red+Green+Blue) = 137+2+196=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 196 (76.95% from 255 or 58.51% from 335); Max value from RGB is 196 - color contains mainly: blue. Hex color #8902C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8902C4 is #76FD3B. Grayscale: #3F3F3F. Windows color (decimal): -7798076 or 12845705. OLE color: 12845705.

HSL color Cylindrical-coordinate representation of color #8902C4: hue angle of 281.75º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8902C4 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1372196-
CMYK0.300.9900.23
HSL281.75º97.98%38.82%-
HSV(B)281.75º98.98%76.86%-
XYZ20.39.3552.96-
YUV64.48202.23179.73-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.90%
GREEN value IS 2 (1.17% from 255) = 0.60%
BLUE value IS 196 (76.95% from 255) = 58.51%
R=40.90%
G=0.60%
B=58.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal13721960.300.9900.23281.7597.9838.82
Hex892C41E6301711a6227
Octal21123043614302743214247
Binary1000100110110001001111011000110101111000110101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8902C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8902C4; }

 p { color: rgb(137,2,196); }

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

<style>
 a { background-color: #8902C4; }

 a { background-color: rgb(137,2,196); }

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

<style>
 span { border-color: #8902C4; }

 span { border-color: rgb(137,2,196); }

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