#9C15BE

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

Shades of Dark Violet #9C15BE

Tints of Dark Violet #9C15BE

Color information

#9C15BE (or 0x9C15BE) is unknown color: approx Dark Violet. HEX triplet: 9C, 15 and BE. RGB value is (156,21,190). Sum of RGB (Red+Green+Blue) = 156+21+190=367 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.51% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C15BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C15BE is #63EA41. Grayscale: #505050. Windows color (decimal): -6548034 or 12457372. OLE color: 12457372.

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

Color convert

RGB15621190-
CMYK0.180.8900.25
HSL287.93º80.09%41.37%-
HSV(B)287.93º88.95%74.51%-
XYZ23.2711.3249.67-
YUV80.63189.73181.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.51%
GREEN value IS 21 (8.59% from 255) = 5.72%
BLUE value IS 190 (74.61% from 255) = 51.77%
R=42.51%
G=5.72%
B=51.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal156211900.180.8900.25287.9380.0941.37
Hex9C15BE12590191205029
Octal234252762213103144012051
Binary1001110010101101111101001010110010110011001000001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C15BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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