#8914D0

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

Shades of Dark Violet #8914D0

Tints of Dark Violet #8914D0

Color information

#8914D0 (or 0x8914D0) is unknown color: approx Dark Violet. HEX triplet: 89, 14 and D0. RGB value is (137,20,208). Sum of RGB (Red+Green+Blue) = 137+20+208=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 208 (81.64% from 255 or 56.99% from 365); Max value from RGB is 208 - color contains mainly: blue. Hex color #8914D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8914D0 is #76EB2F. Grayscale: #4B4B4B. Windows color (decimal): -7793456 or 13636745. OLE color: 13636745.

HSL color Cylindrical-coordinate representation of color #8914D0: hue angle of 277.34º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8914D0 is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13720208-
CMYK0.340.9000.18
HSL277.34º82.46%44.71%-
HSV(B)277.34º90.38%81.57%-
XYZ21.9510.3760.52-
YUV76.42202.26171.21-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.53%
GREEN value IS 20 (8.20% from 255) = 5.48%
BLUE value IS 208 (81.64% from 255) = 56.99%
R=37.53%
G=5.48%
B=56.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal137202080.340.9000.18277.3482.4644.71
Hex8914D0225A012115522d
Octal211243204213202242512255
Binary10001001101001101000010001010110100100101000101011010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8914D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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