Shades of Blue Violet #8621CB
Tints of Blue Violet #8621CB
RGB
CMYK
RGB Variations
Color information
#8621CB (or 0x8621CB) is known color: Blue Violet. HEX triplet: 86, 21 and CB. RGB value is (134,33,203). Sum of RGB (Red+Green+Blue) = 134+33+203=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 33 (13.28% from 255 or 8.92% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #8621CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8621CB is #79DE34. Grayscale: #525252. Windows color (decimal): -7986741 or 13312390. OLE color: 13312390.
HSL color Cylindrical-coordinate representation of color #8621CB: hue angle of 275.65º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8621CB is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 33 | 203 | - |
| CMYK | 0.34 | 0.84 | 0 | 0.20 |
| HSL | 275.65º | 0.72% | 0.46% | - |
| HSV(B) | 275.65º | 0.84% | 0.8% | - |
| XYZ | 21.15 | 10.47 | 57.41 | - |
| YUV | 82.58 | 195.96 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 33 | 203 | 0.34 | 0.84 | 0 | 0.20 | 275.65 | 0.72 | 0.46 |
| Hex | 86 | 21 | CB | 22 | 54 | 0 | 14 | 114 | 48 | 2E |
| Octal | 206 | 41 | 313 | 42 | 124 | 0 | 24 | 424 | 110 | 56 |
| Binary | 10000110 | 100001 | 11001011 | 100010 | 1010100 | 0 | 10100 | 100010100 | 1001000 | 101110 |
Color Harmonies of #8621CB
Complementary color
Monochromatic Colors of #8621CB
Black with #8621CB
Text Example
Text Example
White with #8621CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8621CB; }
p { color: rgb(134,33,203); }
H1.HeaderClassName
{
color: #8621CB;
}
.AnyTagClassName
{
color: #8621CB;
}
</style>
background-color css
<style>
a { background-color: #8621CB; }
a { background-color: rgb(134,33,203); }
div.DivClassName
{
background-color: #8621CB;
}
.BgClassName
{
background-color: #8621CB;
}
</style>
border-color css
<style>
span { border-color: #8621CB; }
span { border-color: rgb(134,33,203); }
td.TdClassName
{
border-color: #8621CB;
}
.TagClassName
{
border-color: #8621CB;
}
</style>