Shades of Blue Violet #8237CB
Tints of Blue Violet #8237CB
RGB
CMYK
RGB Variations
Color information
#8237CB (or 0x8237CB) is known color: Blue Violet. HEX triplet: 82, 37 and CB. RGB value is (130,55,203). Sum of RGB (Red+Green+Blue) = 130+55+203=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 55 (21.88% from 255 or 14.18% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #8237CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8237CB is #7DC834. Grayscale: #5D5D5D. Windows color (decimal): -8243253 or 13318018. OLE color: 13318018.
HSL color Cylindrical-coordinate representation of color #8237CB: hue angle of 270.41º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8237CB is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 55 | 203 | - |
| CMYK | 0.36 | 0.73 | 0 | 0.20 |
| HSL | 270.41º | 0.59% | 0.51% | - |
| HSV(B) | 270.41º | 0.73% | 0.8% | - |
| XYZ | 21.35 | 11.79 | 57.65 | - |
| YUV | 94.3 | 189.35 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 55 | 203 | 0.36 | 0.73 | 0 | 0.20 | 270.41 | 0.59 | 0.51 |
| Hex | 82 | 37 | CB | 24 | 49 | 0 | 14 | 10E | 3B | 33 |
| Octal | 202 | 67 | 313 | 44 | 111 | 0 | 24 | 416 | 73 | 63 |
| Binary | 10000010 | 110111 | 11001011 | 100100 | 1001001 | 0 | 10100 | 100001110 | 111011 | 110011 |
Color Harmonies of #8237CB
Complementary color
Monochromatic Colors of #8237CB
Black with #8237CB
Text Example
Text Example
White with #8237CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8237CB; }
p { color: rgb(130,55,203); }
H1.HeaderClassName
{
color: #8237CB;
}
.AnyTagClassName
{
color: #8237CB;
}
</style>
background-color css
<style>
a { background-color: #8237CB; }
a { background-color: rgb(130,55,203); }
div.DivClassName
{
background-color: #8237CB;
}
.BgClassName
{
background-color: #8237CB;
}
</style>
border-color css
<style>
span { border-color: #8237CB; }
span { border-color: rgb(130,55,203); }
td.TdClassName
{
border-color: #8237CB;
}
.TagClassName
{
border-color: #8237CB;
}
</style>