Shades of Dark Violet #8A13CF
Tints of Dark Violet #8A13CF
RGB
CMYK
RGB Variations
Color information
#8A13CF (or 0x8A13CF) is known color: Dark Violet. HEX triplet: 8A, 13 and CF. RGB value is (138,19,207). Sum of RGB (Red+Green+Blue) = 138+19+207=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 19 (7.81% from 255 or 5.22% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A13CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A13CF is #75EC30. Grayscale: #4B4B4B. Windows color (decimal): -7728177 or 13570954. OLE color: 13570954.
HSL color Cylindrical-coordinate representation of color #8A13CF: hue angle of 277.98º 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 #8A13CF is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 19 | 207 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.19 |
| HSL | 277.98º | 0.83% | 0.44% | - |
| HSV(B) | 277.98º | 0.91% | 0.81% | - |
| XYZ | 21.98 | 10.37 | 59.88 | - |
| YUV | 76.01 | 201.92 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 19 | 207 | 0.33 | 0.91 | 0 | 0.19 | 277.98 | 0.83 | 0.44 |
| Hex | 8A | 13 | CF | 21 | 5B | 0 | 13 | 116 | 53 | 2C |
| Octal | 212 | 23 | 317 | 41 | 133 | 0 | 23 | 426 | 123 | 54 |
| Binary | 10001010 | 10011 | 11001111 | 100001 | 1011011 | 0 | 10011 | 100010110 | 1010011 | 101100 |
Color Harmonies of #8A13CF
Complementary color
Monochromatic Colors of #8A13CF
Black with #8A13CF
Text Example
Text Example
White with #8A13CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A13CF; }
p { color: rgb(138,19,207); }
H1.HeaderClassName
{
color: #8A13CF;
}
.AnyTagClassName
{
color: #8A13CF;
}
</style>
background-color css
<style>
a { background-color: #8A13CF; }
a { background-color: rgb(138,19,207); }
div.DivClassName
{
background-color: #8A13CF;
}
.BgClassName
{
background-color: #8A13CF;
}
</style>
border-color css
<style>
span { border-color: #8A13CF; }
span { border-color: rgb(138,19,207); }
td.TdClassName
{
border-color: #8A13CF;
}
.TagClassName
{
border-color: #8A13CF;
}
</style>