Shades of Dark Violet #8405D3
Tints of Dark Violet #8405D3
RGB
CMYK
RGB Variations
Color information
#8405D3 (or 0x8405D3) is known color: Dark Violet. HEX triplet: 84, 05 and D3. RGB value is (132,5,211). Sum of RGB (Red+Green+Blue) = 132+5+211=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 5 (2.34% from 255 or 1.44% from 348); Blue value is 211 (82.81% from 255 or 60.63% from 348); Max value from RGB is 211 - color contains mainly: blue. Hex color #8405D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8405D3 is #7BFA2C. Grayscale: #414141. Windows color (decimal): -8124973 or 13829508. OLE color: 13829508.
HSL color Cylindrical-coordinate representation of color #8405D3: hue angle of 276.99º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8405D3 is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 132 | 5 | 211 | - |
| CMYK | 0.37 | 0.98 | 0 | 0.17 |
| HSL | 276.99º | 0.95% | 0.42% | - |
| HSV(B) | 276.99º | 0.98% | 0.83% | - |
| XYZ | 21.33 | 9.72 | 62.38 | - |
| YUV | 66.46 | 209.58 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 5 | 211 | 0.37 | 0.98 | 0 | 0.17 | 276.99 | 0.95 | 0.42 |
| Hex | 84 | 5 | D3 | 25 | 62 | 0 | 11 | 115 | 5F | 2A |
| Octal | 204 | 5 | 323 | 45 | 142 | 0 | 21 | 425 | 137 | 52 |
| Binary | 10000100 | 101 | 11010011 | 100101 | 1100010 | 0 | 10001 | 100010101 | 1011111 | 101010 |
Color Harmonies of #8405D3
Complementary color
Monochromatic Colors of #8405D3
Black with #8405D3
Text Example
Text Example
White with #8405D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8405D3; }
p { color: rgb(132,5,211); }
H1.HeaderClassName
{
color: #8405D3;
}
.AnyTagClassName
{
color: #8405D3;
}
</style>
background-color css
<style>
a { background-color: #8405D3; }
a { background-color: rgb(132,5,211); }
div.DivClassName
{
background-color: #8405D3;
}
.BgClassName
{
background-color: #8405D3;
}
</style>
border-color css
<style>
span { border-color: #8405D3; }
span { border-color: rgb(132,5,211); }
td.TdClassName
{
border-color: #8405D3;
}
.TagClassName
{
border-color: #8405D3;
}
</style>