Shades of Dark Violet #8200CF
Tints of Dark Violet #8200CF
RGB
CMYK
RGB Variations
Color information
#8200CF (or 0x8200CF) is known color: Dark Violet. HEX triplet: 82, 00 and CF. RGB value is (130,0,207). Sum of RGB (Red+Green+Blue) = 130+0+207=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #8200CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8200CF is #7DFF30. Grayscale: #3D3D3D. Windows color (decimal): -8257329 or 13566082. OLE color: 13566082.
HSL color Cylindrical-coordinate representation of color #8200CF: hue angle of 277.68º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8200CF is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 0 | 207 | - |
| CMYK | 0.37 | 1 | 0 | 0.19 |
| HSL | 277.68º | 1% | 0.41% | - |
| HSV(B) | 277.68º | 1% | 0.81% | - |
| XYZ | 20.47 | 9.25 | 59.74 | - |
| YUV | 62.47 | 209.57 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 207 | 0.37 | 1 | 0 | 0.19 | 277.68 | 1 | 0.41 |
| Hex | 82 | 0 | CF | 25 | 64 | 0 | 13 | 116 | 64 | 29 |
| Octal | 202 | 0 | 317 | 45 | 144 | 0 | 23 | 426 | 144 | 51 |
| Binary | 10000010 | 0 | 11001111 | 100101 | 1100100 | 0 | 10011 | 100010110 | 1100100 | 101001 |
Color Harmonies of #8200CF
Complementary color
Monochromatic Colors of #8200CF
Black with #8200CF
Text Example
Text Example
White with #8200CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8200CF; }
p { color: rgb(130,0,207); }
H1.HeaderClassName
{
color: #8200CF;
}
.AnyTagClassName
{
color: #8200CF;
}
</style>
background-color css
<style>
a { background-color: #8200CF; }
a { background-color: rgb(130,0,207); }
div.DivClassName
{
background-color: #8200CF;
}
.BgClassName
{
background-color: #8200CF;
}
</style>
border-color css
<style>
span { border-color: #8200CF; }
span { border-color: rgb(130,0,207); }
td.TdClassName
{
border-color: #8200CF;
}
.TagClassName
{
border-color: #8200CF;
}
</style>