Shades of Dark Violet #9502BB
Tints of Dark Violet #9502BB
RGB
CMYK
RGB Variations
Color information
#9502BB (or 0x9502BB) is known color: Dark Violet. HEX triplet: 95, 02 and BB. RGB value is (149,2,187). Sum of RGB (Red+Green+Blue) = 149+2+187=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 187 (73.44% from 255 or 55.33% from 338); Max value from RGB is 187 - color contains mainly: blue. Hex color #9502BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9502BB is #6AFD44. Grayscale: #424242. Windows color (decimal): -7011653 or 12255893. OLE color: 12255893.
HSL color Cylindrical-coordinate representation of color #9502BB: hue angle of 287.68º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9502BB is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 2 | 187 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.27 |
| HSL | 287.68º | 0.98% | 0.37% | - |
| HSV(B) | 287.68º | 0.99% | 0.73% | - |
| XYZ | 21.39 | 10.02 | 47.82 | - |
| YUV | 67.04 | 195.7 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 2 | 187 | 0.20 | 0.99 | 0 | 0.27 | 287.68 | 0.98 | 0.37 |
| Hex | 95 | 2 | BB | 14 | 63 | 0 | 1B | 120 | 62 | 25 |
| Octal | 225 | 2 | 273 | 24 | 143 | 0 | 33 | 440 | 142 | 45 |
| Binary | 10010101 | 10 | 10111011 | 10100 | 1100011 | 0 | 11011 | 100100000 | 1100010 | 100101 |
Color Harmonies of #9502BB
Complementary color
Monochromatic Colors of #9502BB
Black with #9502BB
Text Example
Text Example
White with #9502BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9502BB; }
p { color: rgb(149,2,187); }
H1.HeaderClassName
{
color: #9502BB;
}
.AnyTagClassName
{
color: #9502BB;
}
</style>
background-color css
<style>
a { background-color: #9502BB; }
a { background-color: rgb(149,2,187); }
div.DivClassName
{
background-color: #9502BB;
}
.BgClassName
{
background-color: #9502BB;
}
</style>
border-color css
<style>
span { border-color: #9502BB; }
span { border-color: rgb(149,2,187); }
td.TdClassName
{
border-color: #9502BB;
}
.TagClassName
{
border-color: #9502BB;
}
</style>