#9014D9

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

Shades of Dark Violet #9014D9

Tints of Dark Violet #9014D9

Color information

#9014D9 (or 0x9014D9) is unknown color: approx Dark Violet. HEX triplet: 90, 14 and D9. RGB value is (144,20,217). Sum of RGB (Red+Green+Blue) = 144+20+217=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 20 (8.20% from 255 or 5.25% from 381); Blue value is 217 (85.16% from 255 or 56.96% from 381); Max value from RGB is 217 - color contains mainly: blue. Hex color #9014D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9014D9 is #6FEB26. Grayscale: #4E4E4E. Windows color (decimal): -7334695 or 14226576. OLE color: 14226576.

HSL color Cylindrical-coordinate representation of color #9014D9: hue angle of 277.77º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9014D9 is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14420217-
CMYK0.340.9100.15
HSL277.77º83.12%46.47%-
HSV(B)277.77º90.78%85.1%-
XYZ24.2811.4466.57-
YUV79.53205.58173.98-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.80%
GREEN value IS 20 (8.20% from 255) = 5.25%
BLUE value IS 217 (85.16% from 255) = 56.96%
R=37.80%
G=5.25%
B=56.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal144202170.340.9100.15277.7783.1246.47
Hex9014D9225B0F116532e
Octal220243314213301742612356
Binary1001000010100110110011000101011011011111000101101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9014D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9014D9; }

 p { color: rgb(144,20,217); }

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

<style>
 a { background-color: #9014D9; }

 a { background-color: rgb(144,20,217); }

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

<style>
 span { border-color: #9014D9; }

 span { border-color: rgb(144,20,217); }

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