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