Shades of Dark Violet #8305DE
Tints of Dark Violet #8305DE
RGB
CMYK
RGB Variations
Color information
#8305DE (or 0x8305DE) is known color: Dark Violet. HEX triplet: 83, 05 and DE. RGB value is (131,5,222). Sum of RGB (Red+Green+Blue) = 131+5+222=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 5 (2.34% from 255 or 1.40% from 358); Blue value is 222 (87.11% from 255 or 62.01% from 358); Max value from RGB is 222 - color contains mainly: blue. Hex color #8305DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8305DE is #7CFA21. Grayscale: #424242. Windows color (decimal): -8190498 or 14550403. OLE color: 14550403.
HSL color Cylindrical-coordinate representation of color #8305DE: hue angle of 274.84º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8305DE is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 5 | 222 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.13 |
| HSL | 274.84º | 0.96% | 0.45% | - |
| HSV(B) | 274.84º | 0.98% | 0.87% | - |
| XYZ | 22.6 | 10.21 | 69.89 | - |
| YUV | 67.41 | 215.24 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 5 | 222 | 0.41 | 0.98 | 0 | 0.13 | 274.84 | 0.96 | 0.45 |
| Hex | 83 | 5 | DE | 29 | 62 | 0 | D | 113 | 60 | 2D |
| Octal | 203 | 5 | 336 | 51 | 142 | 0 | 15 | 423 | 140 | 55 |
| Binary | 10000011 | 101 | 11011110 | 101001 | 1100010 | 0 | 1101 | 100010011 | 1100000 | 101101 |
Color Harmonies of #8305DE
Complementary color
Monochromatic Colors of #8305DE
Black with #8305DE
Text Example
Text Example
White with #8305DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8305DE; }
p { color: rgb(131,5,222); }
H1.HeaderClassName
{
color: #8305DE;
}
.AnyTagClassName
{
color: #8305DE;
}
</style>
background-color css
<style>
a { background-color: #8305DE; }
a { background-color: rgb(131,5,222); }
div.DivClassName
{
background-color: #8305DE;
}
.BgClassName
{
background-color: #8305DE;
}
</style>
border-color css
<style>
span { border-color: #8305DE; }
span { border-color: rgb(131,5,222); }
td.TdClassName
{
border-color: #8305DE;
}
.TagClassName
{
border-color: #8305DE;
}
</style>