Shades of Dark Violet #8302D4
Tints of Dark Violet #8302D4
RGB
CMYK
RGB Variations
Color information
#8302D4 (or 0x8302D4) is known color: Dark Violet. HEX triplet: 83, 02 and D4. RGB value is (131,2,212). Sum of RGB (Red+Green+Blue) = 131+2+212=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 212 (83.20% from 255 or 61.45% from 345); Max value from RGB is 212 - color contains mainly: blue. Hex color #8302D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8302D4 is #7CFD2B. Grayscale: #3F3F3F. Windows color (decimal): -8191276 or 13894275. OLE color: 13894275.
HSL color Cylindrical-coordinate representation of color #8302D4: hue angle of 276.86º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8302D4 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 131 | 2 | 212 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.17 |
| HSL | 276.86º | 0.98% | 0.42% | - |
| HSV(B) | 276.86º | 0.99% | 0.83% | - |
| XYZ | 21.27 | 9.62 | 63.02 | - |
| YUV | 64.51 | 211.24 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 2 | 212 | 0.38 | 0.99 | 0 | 0.17 | 276.86 | 0.98 | 0.42 |
| Hex | 83 | 2 | D4 | 26 | 63 | 0 | 11 | 115 | 62 | 2A |
| Octal | 203 | 2 | 324 | 46 | 143 | 0 | 21 | 425 | 142 | 52 |
| Binary | 10000011 | 10 | 11010100 | 100110 | 1100011 | 0 | 10001 | 100010101 | 1100010 | 101010 |
Color Harmonies of #8302D4
Complementary color
Monochromatic Colors of #8302D4
Black with #8302D4
Text Example
Text Example
White with #8302D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8302D4; }
p { color: rgb(131,2,212); }
H1.HeaderClassName
{
color: #8302D4;
}
.AnyTagClassName
{
color: #8302D4;
}
</style>
background-color css
<style>
a { background-color: #8302D4; }
a { background-color: rgb(131,2,212); }
div.DivClassName
{
background-color: #8302D4;
}
.BgClassName
{
background-color: #8302D4;
}
</style>
border-color css
<style>
span { border-color: #8302D4; }
span { border-color: rgb(131,2,212); }
td.TdClassName
{
border-color: #8302D4;
}
.TagClassName
{
border-color: #8302D4;
}
</style>