Shades of Dark Violet #9301CB
Tints of Dark Violet #9301CB
RGB
CMYK
RGB Variations
Color information
#9301CB (or 0x9301CB) is known color: Dark Violet. HEX triplet: 93, 01 and CB. RGB value is (147,1,203). Sum of RGB (Red+Green+Blue) = 147+1+203=351 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.88% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 203 (79.69% from 255 or 57.83% from 351); Max value from RGB is 203 - color contains mainly: blue. Hex color #9301CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9301CB is #6CFE34. Grayscale: #434343. Windows color (decimal): -7142965 or 13304211. OLE color: 13304211.
HSL color Cylindrical-coordinate representation of color #9301CB: hue angle of 283.37º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9301CB is Cyan = 0.28, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 1 | 203 | - |
| CMYK | 0.28 | 1.00 | 0 | 0.20 |
| HSL | 283.37º | 0.99% | 0.4% | - |
| HSV(B) | 283.37º | 1% | 0.8% | - |
| XYZ | 22.82 | 10.54 | 57.33 | - |
| YUV | 67.68 | 204.37 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 1 | 203 | 0.28 | 1.00 | 0 | 0.20 | 283.37 | 0.99 | 0.4 |
| Hex | 93 | 1 | CB | 1C | 64 | 0 | 14 | 11B | 63 | 28 |
| Octal | 223 | 1 | 313 | 34 | 144 | 0 | 24 | 433 | 143 | 50 |
| Binary | 10010011 | 1 | 11001011 | 11100 | 1100100 | 0 | 10100 | 100011011 | 1100011 | 101000 |
Color Harmonies of #9301CB
Complementary color
Monochromatic Colors of #9301CB
Black with #9301CB
Text Example
Text Example
White with #9301CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9301CB; }
p { color: rgb(147,1,203); }
H1.HeaderClassName
{
color: #9301CB;
}
.AnyTagClassName
{
color: #9301CB;
}
</style>
background-color css
<style>
a { background-color: #9301CB; }
a { background-color: rgb(147,1,203); }
div.DivClassName
{
background-color: #9301CB;
}
.BgClassName
{
background-color: #9301CB;
}
</style>
border-color css
<style>
span { border-color: #9301CB; }
span { border-color: rgb(147,1,203); }
td.TdClassName
{
border-color: #9301CB;
}
.TagClassName
{
border-color: #9301CB;
}
</style>