#9915BD

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

Shades of Dark Violet #9915BD

Tints of Dark Violet #9915BD

Color information

#9915BD (or 0x9915BD) is unknown color: approx Dark Violet. HEX triplet: 99, 15 and BD. RGB value is (153,21,189). Sum of RGB (Red+Green+Blue) = 153+21+189=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 21 (8.59% from 255 or 5.79% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #9915BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9915BD is #66EA42. Grayscale: #4F4F4F. Windows color (decimal): -6744643 or 12391833. OLE color: 12391833.

HSL color Cylindrical-coordinate representation of color #9915BD: hue angle of 287.14º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9915BD is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15321189-
CMYK0.190.8900.26
HSL287.14º80%41.18%-
HSV(B)287.14º88.89%74.12%-
XYZ22.5910.9849.07-
YUV79.62189.73180.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.15%
GREEN value IS 21 (8.59% from 255) = 5.79%
BLUE value IS 189 (74.22% from 255) = 52.07%
R=42.15%
G=5.79%
B=52.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal153211890.190.8900.26287.148041.18
Hex9915BD135901A11f5029
Octal231252752313103243712051
Binary1001100110101101111011001110110010110101000111111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9915BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9915BD; }

 p { color: rgb(153,21,189); }

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

<style>
 a { background-color: #9915BD; }

 a { background-color: rgb(153,21,189); }

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

<style>
 span { border-color: #9915BD; }

 span { border-color: rgb(153,21,189); }

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