Shades of Blue Violet #8237CC
Tints of Blue Violet #8237CC
RGB
CMYK
RGB Variations
Color information
#8237CC (or 0x8237CC) is known color: Blue Violet. HEX triplet: 82, 37 and CC. RGB value is (130,55,204). Sum of RGB (Red+Green+Blue) = 130+55+204=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 55 (21.88% from 255 or 14.14% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #8237CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8237CC is #7DC833. Grayscale: #5D5D5D. Windows color (decimal): -8243252 or 13383554. OLE color: 13383554.
HSL color Cylindrical-coordinate representation of color #8237CC: hue angle of 270.2º 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 #8237CC is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 130 | 55 | 204 | - |
| CMYK | 0.36 | 0.73 | 0 | 0.2 |
| HSL | 270.2º | 0.59% | 0.51% | - |
| HSV(B) | 270.2º | 0.73% | 0.8% | - |
| XYZ | 21.47 | 11.84 | 58.28 | - |
| YUV | 94.41 | 189.85 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 55 | 204 | 0.36 | 0.73 | 0 | 0.2 | 270.2 | 0.59 | 0.51 |
| Hex | 82 | 37 | CC | 24 | 49 | 0 | 14 | 10E | 3B | 33 |
| Octal | 202 | 67 | 314 | 44 | 111 | 0 | 24 | 416 | 73 | 63 |
| Binary | 10000010 | 110111 | 11001100 | 100100 | 1001001 | 0 | 10100 | 100001110 | 111011 | 110011 |
Color Harmonies of #8237CC
Complementary color
Monochromatic Colors of #8237CC
Black with #8237CC
Text Example
Text Example
White with #8237CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8237CC; }
p { color: rgb(130,55,204); }
H1.HeaderClassName
{
color: #8237CC;
}
.AnyTagClassName
{
color: #8237CC;
}
</style>
background-color css
<style>
a { background-color: #8237CC; }
a { background-color: rgb(130,55,204); }
div.DivClassName
{
background-color: #8237CC;
}
.BgClassName
{
background-color: #8237CC;
}
</style>
border-color css
<style>
span { border-color: #8237CC; }
span { border-color: rgb(130,55,204); }
td.TdClassName
{
border-color: #8237CC;
}
.TagClassName
{
border-color: #8237CC;
}
</style>