Shades of Dark Violet #8F10CB
Tints of Dark Violet #8F10CB
RGB
CMYK
RGB Variations
Color information
#8F10CB (or 0x8F10CB) is known color: Dark Violet. HEX triplet: 8F, 10 and CB. RGB value is (143,16,203). Sum of RGB (Red+Green+Blue) = 143+16+203=362 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.50% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 203 (79.69% from 255 or 56.08% from 362); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F10CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F10CB is #70EF34. Grayscale: #4A4A4A. Windows color (decimal): -7401269 or 13308047. OLE color: 13308047.
HSL color Cylindrical-coordinate representation of color #8F10CB: hue angle of 280.75º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F10CB is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 16 | 203 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.20 |
| HSL | 280.75º | 0.85% | 0.43% | - |
| HSV(B) | 280.75º | 0.92% | 0.8% | - |
| XYZ | 22.29 | 10.52 | 57.36 | - |
| YUV | 75.29 | 200.08 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 16 | 203 | 0.30 | 0.92 | 0 | 0.20 | 280.75 | 0.85 | 0.43 |
| Hex | 8F | 10 | CB | 1E | 5C | 0 | 14 | 119 | 55 | 2B |
| Octal | 217 | 20 | 313 | 36 | 134 | 0 | 24 | 431 | 125 | 53 |
| Binary | 10001111 | 10000 | 11001011 | 11110 | 1011100 | 0 | 10100 | 100011001 | 1010101 | 101011 |
Color Harmonies of #8F10CB
Complementary color
Monochromatic Colors of #8F10CB
Black with #8F10CB
Text Example
Text Example
White with #8F10CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F10CB; }
p { color: rgb(143,16,203); }
H1.HeaderClassName
{
color: #8F10CB;
}
.AnyTagClassName
{
color: #8F10CB;
}
</style>
background-color css
<style>
a { background-color: #8F10CB; }
a { background-color: rgb(143,16,203); }
div.DivClassName
{
background-color: #8F10CB;
}
.BgClassName
{
background-color: #8F10CB;
}
</style>
border-color css
<style>
span { border-color: #8F10CB; }
span { border-color: rgb(143,16,203); }
td.TdClassName
{
border-color: #8F10CB;
}
.TagClassName
{
border-color: #8F10CB;
}
</style>