#9C15BB

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

Shades of Dark Violet #9C15BB

Tints of Dark Violet #9C15BB

Color information

#9C15BB (or 0x9C15BB) is unknown color: approx Dark Violet. HEX triplet: 9C, 15 and BB. RGB value is (156,21,187). Sum of RGB (Red+Green+Blue) = 156+21+187=364 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.86% from 364); Green value is 21 (8.59% from 255 or 5.77% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #9C15BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C15BB is #63EA44. Grayscale: #4F4F4F. Windows color (decimal): -6548037 or 12260764. OLE color: 12260764.

HSL color Cylindrical-coordinate representation of color #9C15BB: hue angle of 288.8º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9C15BB is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15621187-
CMYK0.170.8900.27
HSL288.8º79.81%40.78%-
HSV(B)288.8º88.77%73.33%-
XYZ22.9511.1947.96-
YUV80.29188.23182-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.86%
GREEN value IS 21 (8.59% from 255) = 5.77%
BLUE value IS 187 (73.44% from 255) = 51.37%
R=42.86%
G=5.77%
B=51.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal156211870.170.8900.27288.879.8140.78
Hex9C15BB115901B1215029
Octal234252732113103344112051
Binary1001110010101101110111000110110010110111001000011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C15BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C15BB; }

 p { color: rgb(156,21,187); }

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

<style>
 a { background-color: #9C15BB; }

 a { background-color: rgb(156,21,187); }

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

<style>
 span { border-color: #9C15BB; }

 span { border-color: rgb(156,21,187); }

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