Shades of Blue Violet #8224CB
Tints of Blue Violet #8224CB
RGB
CMYK
RGB Variations
Color information
#8224CB (or 0x8224CB) is known color: Blue Violet. HEX triplet: 82, 24 and CB. RGB value is (130,36,203). Sum of RGB (Red+Green+Blue) = 130+36+203=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 36 (14.45% from 255 or 9.76% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #8224CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8224CB is #7DDB34. Grayscale: #525252. Windows color (decimal): -8248117 or 13313154. OLE color: 13313154.
HSL color Cylindrical-coordinate representation of color #8224CB: hue angle of 273.77º 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 #8224CB is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 36 | 203 | - |
| CMYK | 0.36 | 0.82 | 0 | 0.20 |
| HSL | 273.77º | 0.7% | 0.47% | - |
| HSV(B) | 273.77º | 0.82% | 0.8% | - |
| XYZ | 20.62 | 10.32 | 57.41 | - |
| YUV | 83.14 | 195.64 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 36 | 203 | 0.36 | 0.82 | 0 | 0.20 | 273.77 | 0.7 | 0.47 |
| Hex | 82 | 24 | CB | 24 | 52 | 0 | 14 | 112 | 46 | 2F |
| Octal | 202 | 44 | 313 | 44 | 122 | 0 | 24 | 422 | 106 | 57 |
| Binary | 10000010 | 100100 | 11001011 | 100100 | 1010010 | 0 | 10100 | 100010010 | 1000110 | 101111 |
Color Harmonies of #8224CB
Complementary color
Monochromatic Colors of #8224CB
Black with #8224CB
Text Example
Text Example
White with #8224CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8224CB; }
p { color: rgb(130,36,203); }
H1.HeaderClassName
{
color: #8224CB;
}
.AnyTagClassName
{
color: #8224CB;
}
</style>
background-color css
<style>
a { background-color: #8224CB; }
a { background-color: rgb(130,36,203); }
div.DivClassName
{
background-color: #8224CB;
}
.BgClassName
{
background-color: #8224CB;
}
</style>
border-color css
<style>
span { border-color: #8224CB; }
span { border-color: rgb(130,36,203); }
td.TdClassName
{
border-color: #8224CB;
}
.TagClassName
{
border-color: #8224CB;
}
</style>