Shades of Dark Violet #8607CB
Tints of Dark Violet #8607CB
RGB
CMYK
RGB Variations
Color information
#8607CB (or 0x8607CB) is known color: Dark Violet. HEX triplet: 86, 07 and CB. RGB value is (134,7,203). Sum of RGB (Red+Green+Blue) = 134+7+203=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 7 (3.12% from 255 or 2.03% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #8607CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8607CB is #79F834. Grayscale: #424242. Windows color (decimal): -7993397 or 13305734. OLE color: 13305734.
HSL color Cylindrical-coordinate representation of color #8607CB: hue angle of 278.88º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8607CB is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 7 | 203 | - |
| CMYK | 0.34 | 0.97 | 0 | 0.20 |
| HSL | 278.88º | 0.93% | 0.41% | - |
| HSV(B) | 278.88º | 0.97% | 0.8% | - |
| XYZ | 20.69 | 9.53 | 57.25 | - |
| YUV | 67.32 | 204.58 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 7 | 203 | 0.34 | 0.97 | 0 | 0.20 | 278.88 | 0.93 | 0.41 |
| Hex | 86 | 7 | CB | 22 | 61 | 0 | 14 | 117 | 5D | 29 |
| Octal | 206 | 7 | 313 | 42 | 141 | 0 | 24 | 427 | 135 | 51 |
| Binary | 10000110 | 111 | 11001011 | 100010 | 1100001 | 0 | 10100 | 100010111 | 1011101 | 101001 |
Color Harmonies of #8607CB
Complementary color
Monochromatic Colors of #8607CB
Black with #8607CB
Text Example
Text Example
White with #8607CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8607CB; }
p { color: rgb(134,7,203); }
H1.HeaderClassName
{
color: #8607CB;
}
.AnyTagClassName
{
color: #8607CB;
}
</style>
background-color css
<style>
a { background-color: #8607CB; }
a { background-color: rgb(134,7,203); }
div.DivClassName
{
background-color: #8607CB;
}
.BgClassName
{
background-color: #8607CB;
}
</style>
border-color css
<style>
span { border-color: #8607CB; }
span { border-color: rgb(134,7,203); }
td.TdClassName
{
border-color: #8607CB;
}
.TagClassName
{
border-color: #8607CB;
}
</style>