Shades of Blue Violet #8825CF
Tints of Blue Violet #8825CF
RGB
CMYK
RGB Variations
Color information
#8825CF (or 0x8825CF) is known color: Blue Violet. HEX triplet: 88, 25 and CF. RGB value is (136,37,207). Sum of RGB (Red+Green+Blue) = 136+37+207=380 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.79% from 380); Green value is 37 (14.84% from 255 or 9.74% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #8825CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8825CF is #77DA30. Grayscale: #555555. Windows color (decimal): -7854641 or 13575560. OLE color: 13575560.
HSL color Cylindrical-coordinate representation of color #8825CF: hue angle of 274.94º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8825CF is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 37 | 207 | - |
| CMYK | 0.34 | 0.82 | 0 | 0.19 |
| HSL | 274.94º | 0.7% | 0.48% | - |
| HSV(B) | 274.94º | 0.82% | 0.81% | - |
| XYZ | 22.08 | 11.06 | 60 | - |
| YUV | 85.98 | 196.3 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 37 | 207 | 0.34 | 0.82 | 0 | 0.19 | 274.94 | 0.7 | 0.48 |
| Hex | 88 | 25 | CF | 22 | 52 | 0 | 13 | 113 | 46 | 30 |
| Octal | 210 | 45 | 317 | 42 | 122 | 0 | 23 | 423 | 106 | 60 |
| Binary | 10001000 | 100101 | 11001111 | 100010 | 1010010 | 0 | 10011 | 100010011 | 1000110 | 110000 |
Color Harmonies of #8825CF
Complementary color
Monochromatic Colors of #8825CF
Black with #8825CF
Text Example
Text Example
White with #8825CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8825CF; }
p { color: rgb(136,37,207); }
H1.HeaderClassName
{
color: #8825CF;
}
.AnyTagClassName
{
color: #8825CF;
}
</style>
background-color css
<style>
a { background-color: #8825CF; }
a { background-color: rgb(136,37,207); }
div.DivClassName
{
background-color: #8825CF;
}
.BgClassName
{
background-color: #8825CF;
}
</style>
border-color css
<style>
span { border-color: #8825CF; }
span { border-color: rgb(136,37,207); }
td.TdClassName
{
border-color: #8825CF;
}
.TagClassName
{
border-color: #8825CF;
}
</style>