Shades of Blue Violet #8220CB
Tints of Blue Violet #8220CB
RGB
CMYK
RGB Variations
Color information
#8220CB (or 0x8220CB) is known color: Blue Violet. HEX triplet: 82, 20 and CB. RGB value is (130,32,203). Sum of RGB (Red+Green+Blue) = 130+32+203=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #8220CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8220CB is #7DDF34. Grayscale: #505050. Windows color (decimal): -8249141 or 13312130. OLE color: 13312130.
HSL color Cylindrical-coordinate representation of color #8220CB: hue angle of 274.39º degrees, saturation: 0.73, 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 #8220CB is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 32 | 203 | - |
| CMYK | 0.36 | 0.84 | 0 | 0.20 |
| HSL | 274.39º | 0.73% | 0.46% | - |
| HSV(B) | 274.39º | 0.84% | 0.8% | - |
| XYZ | 20.5 | 10.09 | 57.37 | - |
| YUV | 80.8 | 196.97 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 32 | 203 | 0.36 | 0.84 | 0 | 0.20 | 274.39 | 0.73 | 0.46 |
| Hex | 82 | 20 | CB | 24 | 54 | 0 | 14 | 112 | 49 | 2E |
| Octal | 202 | 40 | 313 | 44 | 124 | 0 | 24 | 422 | 111 | 56 |
| Binary | 10000010 | 100000 | 11001011 | 100100 | 1010100 | 0 | 10100 | 100010010 | 1001001 | 101110 |
Color Harmonies of #8220CB
Complementary color
Monochromatic Colors of #8220CB
Black with #8220CB
Text Example
Text Example
White with #8220CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8220CB; }
p { color: rgb(130,32,203); }
H1.HeaderClassName
{
color: #8220CB;
}
.AnyTagClassName
{
color: #8220CB;
}
</style>
background-color css
<style>
a { background-color: #8220CB; }
a { background-color: rgb(130,32,203); }
div.DivClassName
{
background-color: #8220CB;
}
.BgClassName
{
background-color: #8220CB;
}
</style>
border-color css
<style>
span { border-color: #8220CB; }
span { border-color: rgb(130,32,203); }
td.TdClassName
{
border-color: #8220CB;
}
.TagClassName
{
border-color: #8220CB;
}
</style>