#9919D9

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

Shades of Dark Violet #9919D9

Tints of Dark Violet #9919D9

Color information

#9919D9 (or 0x9919D9) is unknown color: approx Dark Violet. HEX triplet: 99, 19 and D9. RGB value is (153,25,217). Sum of RGB (Red+Green+Blue) = 153+25+217=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 25 (10.16% from 255 or 6.33% from 395); Blue value is 217 (85.16% from 255 or 54.94% from 395); Max value from RGB is 217 - color contains mainly: blue. Hex color #9919D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9919D9 is #66E626. Grayscale: #545454. Windows color (decimal): -6743591 or 14227865. OLE color: 14227865.

HSL color Cylindrical-coordinate representation of color #9919D9: hue angle of 280º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9919D9 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15325217-
CMYK0.290.8800.15
HSL280º79.34%47.45%-
HSV(B)280º88.48%85.1%-
XYZ26.0112.4866.68-
YUV85.16202.41176.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.73%
GREEN value IS 25 (10.16% from 255) = 6.33%
BLUE value IS 217 (85.16% from 255) = 54.94%
R=38.73%
G=6.33%
B=54.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal153252170.290.8800.1528079.3447.45
Hex9919D91D580F1184f2f
Octal231313313513001743011757
Binary100110011100111011001111011011000011111000110001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9919D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,25,217); }

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

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

 a { background-color: rgb(153,25,217); }

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

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

 span { border-color: rgb(153,25,217); }

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