Shades of Dark Violet #9A15E5
Tints of Dark Violet #9A15E5
RGB
CMYK
RGB Variations
Color information
#9A15E5 (or 0x9A15E5) is known color: Dark Violet. HEX triplet: 9A, 15 and E5. RGB value is (154,21,229). Sum of RGB (Red+Green+Blue) = 154+21+229=404 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.12% from 404); Green value is 21 (8.59% from 255 or 5.20% from 404); Blue value is 229 (89.84% from 255 or 56.68% from 404); Max value from RGB is 229 - color contains mainly: blue. Hex color #9A15E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A15E5 is #65EA1A. Grayscale: #535353. Windows color (decimal): -6679067 or 15013274. OLE color: 15013274.
HSL color Cylindrical-coordinate representation of color #9A15E5: hue angle of 278.37º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A15E5 is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 154 | 21 | 229 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.10 |
| HSL | 278.37º | 0.83% | 0.49% | - |
| HSV(B) | 278.37º | 0.91% | 0.9% | - |
| XYZ | 27.74 | 13.06 | 75.19 | - |
| YUV | 84.48 | 209.56 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 21 | 229 | 0.33 | 0.91 | 0 | 0.10 | 278.37 | 0.83 | 0.49 |
| Hex | 9A | 15 | E5 | 21 | 5B | 0 | A | 116 | 53 | 31 |
| Octal | 232 | 25 | 345 | 41 | 133 | 0 | 12 | 426 | 123 | 61 |
| Binary | 10011010 | 10101 | 11100101 | 100001 | 1011011 | 0 | 1010 | 100010110 | 1010011 | 110001 |
Color Harmonies of #9A15E5
Complementary color
Monochromatic Colors of #9A15E5
Black with #9A15E5
Text Example
Text Example
White with #9A15E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A15E5; }
p { color: rgb(154,21,229); }
H1.HeaderClassName
{
color: #9A15E5;
}
.AnyTagClassName
{
color: #9A15E5;
}
</style>
background-color css
<style>
a { background-color: #9A15E5; }
a { background-color: rgb(154,21,229); }
div.DivClassName
{
background-color: #9A15E5;
}
.BgClassName
{
background-color: #9A15E5;
}
</style>
border-color css
<style>
span { border-color: #9A15E5; }
span { border-color: rgb(154,21,229); }
td.TdClassName
{
border-color: #9A15E5;
}
.TagClassName
{
border-color: #9A15E5;
}
</style>