Shades of Dark Violet #8300CB
Tints of Dark Violet #8300CB
RGB
CMYK
RGB Variations
Color information
#8300CB (or 0x8300CB) is known color: Dark Violet. HEX triplet: 83, 00 and CB. RGB value is (131,0,203). Sum of RGB (Red+Green+Blue) = 131+0+203=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 203 (79.69% from 255 or 60.78% from 334); Max value from RGB is 203 - color contains mainly: blue. Hex color #8300CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8300CB is #7CFF34. Grayscale: #3D3D3D. Windows color (decimal): -8191797 or 13303939. OLE color: 13303939.
HSL color Cylindrical-coordinate representation of color #8300CB: hue angle of 278.72º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8300CB is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 0 | 203 | - |
| CMYK | 0.35 | 1 | 0 | 0.20 |
| HSL | 278.72º | 1% | 0.4% | - |
| HSV(B) | 278.72º | 1% | 0.8% | - |
| XYZ | 20.14 | 9.14 | 57.2 | - |
| YUV | 62.31 | 207.4 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 0 | 203 | 0.35 | 1 | 0 | 0.20 | 278.72 | 1 | 0.4 |
| Hex | 83 | 0 | CB | 23 | 64 | 0 | 14 | 117 | 64 | 28 |
| Octal | 203 | 0 | 313 | 43 | 144 | 0 | 24 | 427 | 144 | 50 |
| Binary | 10000011 | 0 | 11001011 | 100011 | 1100100 | 0 | 10100 | 100010111 | 1100100 | 101000 |
Color Harmonies of #8300CB
Complementary color
Monochromatic Colors of #8300CB
Black with #8300CB
Text Example
Text Example
White with #8300CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8300CB; }
p { color: rgb(131,0,203); }
H1.HeaderClassName
{
color: #8300CB;
}
.AnyTagClassName
{
color: #8300CB;
}
</style>
background-color css
<style>
a { background-color: #8300CB; }
a { background-color: rgb(131,0,203); }
div.DivClassName
{
background-color: #8300CB;
}
.BgClassName
{
background-color: #8300CB;
}
</style>
border-color css
<style>
span { border-color: #8300CB; }
span { border-color: rgb(131,0,203); }
td.TdClassName
{
border-color: #8300CB;
}
.TagClassName
{
border-color: #8300CB;
}
</style>