#9A15BE

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

Shades of Dark Violet #9A15BE

Tints of Dark Violet #9A15BE

Color information

#9A15BE (or 0x9A15BE) is unknown color: approx Dark Violet. HEX triplet: 9A, 15 and BE. RGB value is (154,21,190). Sum of RGB (Red+Green+Blue) = 154+21+190=365 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.19% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A15BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A15BE is #65EA41. Grayscale: #4F4F4F. Windows color (decimal): -6679106 or 12457370. OLE color: 12457370.

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

Color convert

RGB15421190-
CMYK0.190.8900.25
HSL287.22º80.09%41.37%-
HSV(B)287.22º88.95%74.51%-
XYZ22.8911.1249.66-
YUV80.03190.06180.76-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.19%
GREEN value IS 21 (8.59% from 255) = 5.75%
BLUE value IS 190 (74.61% from 255) = 52.05%
R=42.19%
G=5.75%
B=52.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal154211900.190.8900.25287.2280.0941.37
Hex9A15BE135901911f5029
Octal232252762313103143712051
Binary1001101010101101111101001110110010110011000111111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A15BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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