#8914C4

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

Shades of Dark Violet #8914C4

Tints of Dark Violet #8914C4

Color information

#8914C4 (or 0x8914C4) is unknown color: approx Dark Violet. HEX triplet: 89, 14 and C4. RGB value is (137,20,196). Sum of RGB (Red+Green+Blue) = 137+20+196=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 196 (76.95% from 255 or 55.52% from 353); Max value from RGB is 196 - color contains mainly: blue. Hex color #8914C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8914C4 is #76EB3B. Grayscale: #4A4A4A. Windows color (decimal): -7793468 or 12850313. OLE color: 12850313.

HSL color Cylindrical-coordinate representation of color #8914C4: hue angle of 279.89º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8914C4 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB13720196-
CMYK0.300.9000.23
HSL279.89º81.48%42.35%-
HSV(B)279.89º89.8%76.86%-
XYZ20.539.853.03-
YUV75.05196.26172.19-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.81%
GREEN value IS 20 (8.20% from 255) = 5.67%
BLUE value IS 196 (76.95% from 255) = 55.52%
R=38.81%
G=5.67%
B=55.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal137201960.300.9000.23279.8981.4842.35
Hex8914C41E5A017118512a
Octal211243043613202743012152
Binary1000100110100110001001111010110100101111000110001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8914C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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