#9D15BE

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

Shades of Dark Violet #9D15BE

Tints of Dark Violet #9D15BE

Color information

#9D15BE (or 0x9D15BE) is unknown color: approx Dark Violet. HEX triplet: 9D, 15 and BE. RGB value is (157,21,190). Sum of RGB (Red+Green+Blue) = 157+21+190=368 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.66% from 368); Green value is 21 (8.59% from 255 or 5.71% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #9D15BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D15BE is #62EA41. Grayscale: #505050. Windows color (decimal): -6482498 or 12457373. OLE color: 12457373.

HSL color Cylindrical-coordinate representation of color #9D15BE: hue angle of 288.28º 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 #9D15BE is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15721190-
CMYK0.170.8900.25
HSL288.28º80.09%41.37%-
HSV(B)288.28º88.95%74.51%-
XYZ23.4711.4249.68-
YUV80.93189.56182.26-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.66%
GREEN value IS 21 (8.59% from 255) = 5.71%
BLUE value IS 190 (74.61% from 255) = 51.63%
R=42.66%
G=5.71%
B=51.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal157211900.170.8900.25288.2880.0941.37
Hex9D15BE11590191205029
Octal235252762113103144012051
Binary1001110110101101111101000110110010110011001000001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D15BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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