Shades of Dark Violet #9302BD
Tints of Dark Violet #9302BD
RGB
CMYK
RGB Variations
Color information
#9302BD (or 0x9302BD) is known color: Dark Violet. HEX triplet: 93, 02 and BD. RGB value is (147,2,189). Sum of RGB (Red+Green+Blue) = 147+2+189=338 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.49% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 189 (74.22% from 255 or 55.92% from 338); Max value from RGB is 189 - color contains mainly: blue. Hex color #9302BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9302BD is #6CFD42. Grayscale: #424242. Windows color (decimal): -7142723 or 12386963. OLE color: 12386963.
HSL color Cylindrical-coordinate representation of color #9302BD: hue angle of 286.52º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9302BD is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 2 | 189 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.26 |
| HSL | 286.52º | 0.98% | 0.37% | - |
| HSV(B) | 286.52º | 0.99% | 0.74% | - |
| XYZ | 21.24 | 9.92 | 48.94 | - |
| YUV | 66.67 | 197.04 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 2 | 189 | 0.22 | 0.99 | 0 | 0.26 | 286.52 | 0.98 | 0.37 |
| Hex | 93 | 2 | BD | 16 | 63 | 0 | 1A | 11F | 62 | 25 |
| Octal | 223 | 2 | 275 | 26 | 143 | 0 | 32 | 437 | 142 | 45 |
| Binary | 10010011 | 10 | 10111101 | 10110 | 1100011 | 0 | 11010 | 100011111 | 1100010 | 100101 |
Color Harmonies of #9302BD
Complementary color
Monochromatic Colors of #9302BD
Black with #9302BD
Text Example
Text Example
White with #9302BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9302BD; }
p { color: rgb(147,2,189); }
H1.HeaderClassName
{
color: #9302BD;
}
.AnyTagClassName
{
color: #9302BD;
}
</style>
background-color css
<style>
a { background-color: #9302BD; }
a { background-color: rgb(147,2,189); }
div.DivClassName
{
background-color: #9302BD;
}
.BgClassName
{
background-color: #9302BD;
}
</style>
border-color css
<style>
span { border-color: #9302BD; }
span { border-color: rgb(147,2,189); }
td.TdClassName
{
border-color: #9302BD;
}
.TagClassName
{
border-color: #9302BD;
}
</style>