Shades of Dark Violet #8305DD
Tints of Dark Violet #8305DD
RGB
CMYK
RGB Variations
Color information
#8305DD (or 0x8305DD) is known color: Dark Violet. HEX triplet: 83, 05 and DD. RGB value is (131,5,221). Sum of RGB (Red+Green+Blue) = 131+5+221=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 221 (86.72% from 255 or 61.90% from 357); Max value from RGB is 221 - color contains mainly: blue. Hex color #8305DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8305DD is #7CFA22. Grayscale: #424242. Windows color (decimal): -8190499 or 14484867. OLE color: 14484867.
HSL color Cylindrical-coordinate representation of color #8305DD: hue angle of 275º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8305DD is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 5 | 221 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.13 |
| HSL | 275º | 0.96% | 0.44% | - |
| HSV(B) | 275º | 0.98% | 0.87% | - |
| XYZ | 22.47 | 10.15 | 69.18 | - |
| YUV | 67.3 | 214.74 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 5 | 221 | 0.41 | 0.98 | 0 | 0.13 | 275 | 0.96 | 0.44 |
| Hex | 83 | 5 | DD | 29 | 62 | 0 | D | 113 | 60 | 2C |
| Octal | 203 | 5 | 335 | 51 | 142 | 0 | 15 | 423 | 140 | 54 |
| Binary | 10000011 | 101 | 11011101 | 101001 | 1100010 | 0 | 1101 | 100010011 | 1100000 | 101100 |
Color Harmonies of #8305DD
Complementary color
Monochromatic Colors of #8305DD
Black with #8305DD
Text Example
Text Example
White with #8305DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8305DD; }
p { color: rgb(131,5,221); }
H1.HeaderClassName
{
color: #8305DD;
}
.AnyTagClassName
{
color: #8305DD;
}
</style>
background-color css
<style>
a { background-color: #8305DD; }
a { background-color: rgb(131,5,221); }
div.DivClassName
{
background-color: #8305DD;
}
.BgClassName
{
background-color: #8305DD;
}
</style>
border-color css
<style>
span { border-color: #8305DD; }
span { border-color: rgb(131,5,221); }
td.TdClassName
{
border-color: #8305DD;
}
.TagClassName
{
border-color: #8305DD;
}
</style>