#8914C9

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

Shades of Dark Violet #8914C9

Tints of Dark Violet #8914C9

Color information

#8914C9 (or 0x8914C9) is unknown color: approx Dark Violet. HEX triplet: 89, 14 and C9. RGB value is (137,20,201). Sum of RGB (Red+Green+Blue) = 137+20+201=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 201 (78.91% from 255 or 56.15% from 358); Max value from RGB is 201 - color contains mainly: blue. Hex color #8914C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8914C9 is #76EB36. Grayscale: #4B4B4B. Windows color (decimal): -7793463 or 13177993. OLE color: 13177993.

HSL color Cylindrical-coordinate representation of color #8914C9: hue angle of 278.78º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8914C9 is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13720201-
CMYK0.320.9000.21
HSL278.78º81.9%43.33%-
HSV(B)278.78º90.05%78.82%-
XYZ21.1110.0456.08-
YUV75.62198.76171.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.27%
GREEN value IS 20 (8.20% from 255) = 5.59%
BLUE value IS 201 (78.91% from 255) = 56.15%
R=38.27%
G=5.59%
B=56.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal137202010.320.9000.21278.7881.943.33
Hex8914C9205A015117522b
Octal211243114013202542712253
Binary10001001101001100100110000010110100101011000101111010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8914C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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