Shades of Dark Violet #8308CC
Tints of Dark Violet #8308CC
RGB
CMYK
RGB Variations
Color information
#8308CC (or 0x8308CC) is known color: Dark Violet. HEX triplet: 83, 08 and CC. RGB value is (131,8,204). Sum of RGB (Red+Green+Blue) = 131+8+204=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 8 (3.52% from 255 or 2.33% from 343); Blue value is 204 (80.08% from 255 or 59.48% from 343); Max value from RGB is 204 - color contains mainly: blue. Hex color #8308CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8308CC is #7CF733. Grayscale: #424242. Windows color (decimal): -8189748 or 13371523. OLE color: 13371523.
HSL color Cylindrical-coordinate representation of color #8308CC: hue angle of 277.65º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8308CC is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 131 | 8 | 204 | - |
| CMYK | 0.36 | 0.96 | 0 | 0.2 |
| HSL | 277.65º | 0.92% | 0.42% | - |
| HSV(B) | 277.65º | 0.96% | 0.8% | - |
| XYZ | 20.35 | 9.36 | 57.86 | - |
| YUV | 67.12 | 205.25 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 8 | 204 | 0.36 | 0.96 | 0 | 0.2 | 277.65 | 0.92 | 0.42 |
| Hex | 83 | 8 | CC | 24 | 60 | 0 | 14 | 116 | 5C | 2A |
| Octal | 203 | 10 | 314 | 44 | 140 | 0 | 24 | 426 | 134 | 52 |
| Binary | 10000011 | 1000 | 11001100 | 100100 | 1100000 | 0 | 10100 | 100010110 | 1011100 | 101010 |
Color Harmonies of #8308CC
Complementary color
Monochromatic Colors of #8308CC
Black with #8308CC
Text Example
Text Example
White with #8308CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8308CC; }
p { color: rgb(131,8,204); }
H1.HeaderClassName
{
color: #8308CC;
}
.AnyTagClassName
{
color: #8308CC;
}
</style>
background-color css
<style>
a { background-color: #8308CC; }
a { background-color: rgb(131,8,204); }
div.DivClassName
{
background-color: #8308CC;
}
.BgClassName
{
background-color: #8308CC;
}
</style>
border-color css
<style>
span { border-color: #8308CC; }
span { border-color: rgb(131,8,204); }
td.TdClassName
{
border-color: #8308CC;
}
.TagClassName
{
border-color: #8308CC;
}
</style>