Shades of Blue Violet #8619CB
Tints of Blue Violet #8619CB
RGB
CMYK
RGB Variations
Color information
#8619CB (or 0x8619CB) is known color: Blue Violet. HEX triplet: 86, 19 and CB. RGB value is (134,25,203). Sum of RGB (Red+Green+Blue) = 134+25+203=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 25 (10.16% from 255 or 6.91% 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 #8619CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8619CB is #79E634. Grayscale: #4D4D4D. Windows color (decimal): -7988789 or 13310342. OLE color: 13310342.
HSL color Cylindrical-coordinate representation of color #8619CB: hue angle of 276.74º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8619CB is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 25 | 203 | - |
| CMYK | 0.34 | 0.88 | 0 | 0.20 |
| HSL | 276.74º | 0.78% | 0.45% | - |
| HSV(B) | 276.74º | 0.88% | 0.8% | - |
| XYZ | 20.96 | 10.08 | 57.34 | - |
| YUV | 77.88 | 198.61 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 25 | 203 | 0.34 | 0.88 | 0 | 0.20 | 276.74 | 0.78 | 0.45 |
| Hex | 86 | 19 | CB | 22 | 58 | 0 | 14 | 115 | 4E | 2D |
| Octal | 206 | 31 | 313 | 42 | 130 | 0 | 24 | 425 | 116 | 55 |
| Binary | 10000110 | 11001 | 11001011 | 100010 | 1011000 | 0 | 10100 | 100010101 | 1001110 | 101101 |
Color Harmonies of #8619CB
Complementary color
Monochromatic Colors of #8619CB
Black with #8619CB
Text Example
Text Example
White with #8619CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8619CB; }
p { color: rgb(134,25,203); }
H1.HeaderClassName
{
color: #8619CB;
}
.AnyTagClassName
{
color: #8619CB;
}
</style>
background-color css
<style>
a { background-color: #8619CB; }
a { background-color: rgb(134,25,203); }
div.DivClassName
{
background-color: #8619CB;
}
.BgClassName
{
background-color: #8619CB;
}
</style>
border-color css
<style>
span { border-color: #8619CB; }
span { border-color: rgb(134,25,203); }
td.TdClassName
{
border-color: #8619CB;
}
.TagClassName
{
border-color: #8619CB;
}
</style>