#8901C9

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

Shades of Dark Violet #8901C9

Tints of Dark Violet #8901C9

Color information

#8901C9 (or 0x8901C9) is unknown color: approx Dark Violet. HEX triplet: 89, 01 and C9. RGB value is (137,1,201). Sum of RGB (Red+Green+Blue) = 137+1+201=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 201 (78.91% from 255 or 59.29% from 339); Max value from RGB is 201 - color contains mainly: blue. Hex color #8901C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8901C9 is #76FE36. Grayscale: #3F3F3F. Windows color (decimal): -7798327 or 13173129. OLE color: 13173129.

HSL color Cylindrical-coordinate representation of color #8901C9: hue angle of 280.8º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8901C9 is Cyan = 0.32, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1371201-
CMYK0.321.0000.21
HSL280.8º99.01%39.61%-
HSV(B)280.8º99.5%78.82%-
XYZ20.879.5656-
YUV64.46205.06179.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.41%
GREEN value IS 1 (0.78% from 255) = 0.29%
BLUE value IS 201 (78.91% from 255) = 59.29%
R=40.41%
G=0.29%
B=59.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal13712010.321.0000.21280.899.0139.61
Hex891C920640151196328
Octal21113114014402543114350
Binary1000100111100100110000011001000101011000110011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8901C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8901C9; }

 p { color: rgb(137,1,201); }

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

<style>
 a { background-color: #8901C9; }

 a { background-color: rgb(137,1,201); }

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

<style>
 span { border-color: #8901C9; }

 span { border-color: rgb(137,1,201); }

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