#9917D6

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

Shades of Dark Violet #9917D6

Tints of Dark Violet #9917D6

Color information

#9917D6 (or 0x9917D6) is unknown color: approx Dark Violet. HEX triplet: 99, 17 and D6. RGB value is (153,23,214). Sum of RGB (Red+Green+Blue) = 153+23+214=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 23 (9.38% from 255 or 5.90% from 390); Blue value is 214 (83.98% from 255 or 54.87% from 390); Max value from RGB is 214 - color contains mainly: blue. Hex color #9917D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9917D6 is #66E829. Grayscale: #535353. Windows color (decimal): -6744106 or 14030745. OLE color: 14030745.

HSL color Cylindrical-coordinate representation of color #9917D6: hue angle of 280.84º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9917D6 is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15323214-
CMYK0.290.8900.16
HSL280.84º80.59%46.47%-
HSV(B)280.84º89.25%83.92%-
XYZ25.5812.2464.63-
YUV83.64201.57177.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.23%
GREEN value IS 23 (9.38% from 255) = 5.90%
BLUE value IS 214 (83.98% from 255) = 54.87%
R=39.23%
G=5.90%
B=54.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal153232140.290.8900.16280.8480.5946.47
Hex9917D61D59010119512e
Octal231273263513102043112156
Binary1001100110111110101101110110110010100001000110011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9917D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9917D6; }

 p { color: rgb(153,23,214); }

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

<style>
 a { background-color: #9917D6; }

 a { background-color: rgb(153,23,214); }

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

<style>
 span { border-color: #9917D6; }

 span { border-color: rgb(153,23,214); }

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