Shades of Dark Violet #8314CD
Tints of Dark Violet #8314CD
RGB
CMYK
RGB Variations
Color information
#8314CD (or 0x8314CD) is known color: Dark Violet. HEX triplet: 83, 14 and CD. RGB value is (131,20,205). Sum of RGB (Red+Green+Blue) = 131+20+205=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #8314CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8314CD is #7CEB32. Grayscale: #494949. Windows color (decimal): -8186675 or 13440131. OLE color: 13440131.
HSL color Cylindrical-coordinate representation of color #8314CD: hue angle of 276º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8314CD is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 20 | 205 | - |
| CMYK | 0.36 | 0.90 | 0 | 0.20 |
| HSL | 276º | 0.82% | 0.44% | - |
| HSV(B) | 276º | 0.9% | 0.8% | - |
| XYZ | 20.63 | 9.73 | 58.55 | - |
| YUV | 74.28 | 201.77 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 20 | 205 | 0.36 | 0.90 | 0 | 0.20 | 276 | 0.82 | 0.44 |
| Hex | 83 | 14 | CD | 24 | 5A | 0 | 14 | 114 | 52 | 2C |
| Octal | 203 | 24 | 315 | 44 | 132 | 0 | 24 | 424 | 122 | 54 |
| Binary | 10000011 | 10100 | 11001101 | 100100 | 1011010 | 0 | 10100 | 100010100 | 1010010 | 101100 |
Color Harmonies of #8314CD
Complementary color
Monochromatic Colors of #8314CD
Black with #8314CD
Text Example
Text Example
White with #8314CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8314CD; }
p { color: rgb(131,20,205); }
H1.HeaderClassName
{
color: #8314CD;
}
.AnyTagClassName
{
color: #8314CD;
}
</style>
background-color css
<style>
a { background-color: #8314CD; }
a { background-color: rgb(131,20,205); }
div.DivClassName
{
background-color: #8314CD;
}
.BgClassName
{
background-color: #8314CD;
}
</style>
border-color css
<style>
span { border-color: #8314CD; }
span { border-color: rgb(131,20,205); }
td.TdClassName
{
border-color: #8314CD;
}
.TagClassName
{
border-color: #8314CD;
}
</style>