Shades of Dark Violet #8301CB
Tints of Dark Violet #8301CB
RGB
CMYK
RGB Variations
Color information
#8301CB (or 0x8301CB) is known color: Dark Violet. HEX triplet: 83, 01 and CB. RGB value is (131,1,203). Sum of RGB (Red+Green+Blue) = 131+1+203=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #8301CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8301CB is #7CFE34. Grayscale: #3E3E3E. Windows color (decimal): -8191541 or 13304195. OLE color: 13304195.
HSL color Cylindrical-coordinate representation of color #8301CB: hue angle of 278.61º 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 #8301CB is Cyan = 0.35, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 1 | 203 | - |
| CMYK | 0.35 | 1.00 | 0 | 0.20 |
| HSL | 278.61º | 0.99% | 0.4% | - |
| HSV(B) | 278.61º | 1% | 0.8% | - |
| XYZ | 20.15 | 9.16 | 57.21 | - |
| YUV | 62.9 | 207.07 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 1 | 203 | 0.35 | 1.00 | 0 | 0.20 | 278.61 | 0.99 | 0.4 |
| Hex | 83 | 1 | CB | 23 | 64 | 0 | 14 | 117 | 63 | 28 |
| Octal | 203 | 1 | 313 | 43 | 144 | 0 | 24 | 427 | 143 | 50 |
| Binary | 10000011 | 1 | 11001011 | 100011 | 1100100 | 0 | 10100 | 100010111 | 1100011 | 101000 |
Color Harmonies of #8301CB
Complementary color
Monochromatic Colors of #8301CB
Black with #8301CB
Text Example
Text Example
White with #8301CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8301CB; }
p { color: rgb(131,1,203); }
H1.HeaderClassName
{
color: #8301CB;
}
.AnyTagClassName
{
color: #8301CB;
}
</style>
background-color css
<style>
a { background-color: #8301CB; }
a { background-color: rgb(131,1,203); }
div.DivClassName
{
background-color: #8301CB;
}
.BgClassName
{
background-color: #8301CB;
}
</style>
border-color css
<style>
span { border-color: #8301CB; }
span { border-color: rgb(131,1,203); }
td.TdClassName
{
border-color: #8301CB;
}
.TagClassName
{
border-color: #8301CB;
}
</style>