Shades of Dark Violet #8413CF
Tints of Dark Violet #8413CF
RGB
CMYK
RGB Variations
Color information
#8413CF (or 0x8413CF) is known color: Dark Violet. HEX triplet: 84, 13 and CF. RGB value is (132,19,207). Sum of RGB (Red+Green+Blue) = 132+19+207=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #8413CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8413CF is #7BEC30. Grayscale: #494949. Windows color (decimal): -8121393 or 13570948. OLE color: 13570948.
HSL color Cylindrical-coordinate representation of color #8413CF: hue angle of 276.06º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8413CF is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 19 | 207 | - |
| CMYK | 0.36 | 0.91 | 0 | 0.19 |
| HSL | 276.06º | 0.83% | 0.44% | - |
| HSV(B) | 276.06º | 0.91% | 0.81% | - |
| XYZ | 21.01 | 9.88 | 59.83 | - |
| YUV | 74.22 | 202.94 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 19 | 207 | 0.36 | 0.91 | 0 | 0.19 | 276.06 | 0.83 | 0.44 |
| Hex | 84 | 13 | CF | 24 | 5B | 0 | 13 | 114 | 53 | 2C |
| Octal | 204 | 23 | 317 | 44 | 133 | 0 | 23 | 424 | 123 | 54 |
| Binary | 10000100 | 10011 | 11001111 | 100100 | 1011011 | 0 | 10011 | 100010100 | 1010011 | 101100 |
Color Harmonies of #8413CF
Complementary color
Monochromatic Colors of #8413CF
Black with #8413CF
Text Example
Text Example
White with #8413CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8413CF; }
p { color: rgb(132,19,207); }
H1.HeaderClassName
{
color: #8413CF;
}
.AnyTagClassName
{
color: #8413CF;
}
</style>
background-color css
<style>
a { background-color: #8413CF; }
a { background-color: rgb(132,19,207); }
div.DivClassName
{
background-color: #8413CF;
}
.BgClassName
{
background-color: #8413CF;
}
</style>
border-color css
<style>
span { border-color: #8413CF; }
span { border-color: rgb(132,19,207); }
td.TdClassName
{
border-color: #8413CF;
}
.TagClassName
{
border-color: #8413CF;
}
</style>