Shades of Blue Violet #8624CC
Tints of Blue Violet #8624CC
RGB
CMYK
RGB Variations
Color information
#8624CC (or 0x8624CC) is known color: Blue Violet. HEX triplet: 86, 24 and CC. RGB value is (134,36,204). Sum of RGB (Red+Green+Blue) = 134+36+204=374 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.83% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #8624CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8624CC is #79DB33. Grayscale: #535353. Windows color (decimal): -7985972 or 13378694. OLE color: 13378694.
HSL color Cylindrical-coordinate representation of color #8624CC: hue angle of 275º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8624CC is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 36 | 204 | - |
| CMYK | 0.34 | 0.82 | 0 | 0.2 |
| HSL | 275º | 0.7% | 0.47% | - |
| HSV(B) | 275º | 0.82% | 0.8% | - |
| XYZ | 21.36 | 10.69 | 58.06 | - |
| YUV | 84.45 | 195.47 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 36 | 204 | 0.34 | 0.82 | 0 | 0.2 | 275 | 0.7 | 0.47 |
| Hex | 86 | 24 | CC | 22 | 52 | 0 | 14 | 113 | 46 | 2F |
| Octal | 206 | 44 | 314 | 42 | 122 | 0 | 24 | 423 | 106 | 57 |
| Binary | 10000110 | 100100 | 11001100 | 100010 | 1010010 | 0 | 10100 | 100010011 | 1000110 | 101111 |
Color Harmonies of #8624CC
Complementary color
Monochromatic Colors of #8624CC
Black with #8624CC
Text Example
Text Example
White with #8624CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8624CC; }
p { color: rgb(134,36,204); }
H1.HeaderClassName
{
color: #8624CC;
}
.AnyTagClassName
{
color: #8624CC;
}
</style>
background-color css
<style>
a { background-color: #8624CC; }
a { background-color: rgb(134,36,204); }
div.DivClassName
{
background-color: #8624CC;
}
.BgClassName
{
background-color: #8624CC;
}
</style>
border-color css
<style>
span { border-color: #8624CC; }
span { border-color: rgb(134,36,204); }
td.TdClassName
{
border-color: #8624CC;
}
.TagClassName
{
border-color: #8624CC;
}
</style>