#9913DD

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

Shades of Dark Violet #9913DD

Tints of Dark Violet #9913DD

Color information

#9913DD (or 0x9913DD) is unknown color: approx Dark Violet. HEX triplet: 99, 13 and DD. RGB value is (153,19,221). Sum of RGB (Red+Green+Blue) = 153+19+221=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 19 (7.81% from 255 or 4.83% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #9913DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9913DD is #66EC22. Grayscale: #515151. Windows color (decimal): -6745123 or 14488473. OLE color: 14488473.

HSL color Cylindrical-coordinate representation of color #9913DD: hue angle of 279.8º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9913DD is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15319221-
CMYK0.310.9100.13
HSL279.8º84.17%47.06%-
HSV(B)279.8º91.4%86.67%-
XYZ26.4212.4669.42-
YUV82.09206.39178.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.93%
GREEN value IS 19 (7.81% from 255) = 4.83%
BLUE value IS 221 (86.72% from 255) = 56.23%
R=38.93%
G=4.83%
B=56.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal153192210.310.9100.13279.884.1747.06
Hex9913DD1F5B0D118542f
Octal231233353713301543012457
Binary100110011001111011101111111011011011011000110001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9913DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9913DD; }

 p { color: rgb(153,19,221); }

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

<style>
 a { background-color: #9913DD; }

 a { background-color: rgb(153,19,221); }

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

<style>
 span { border-color: #9913DD; }

 span { border-color: rgb(153,19,221); }

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