Shades of Blue Violet #8239CC
Tints of Blue Violet #8239CC
RGB
CMYK
RGB Variations
Color information
#8239CC (or 0x8239CC) is known color: Blue Violet. HEX triplet: 82, 39 and CC. RGB value is (130,57,204). Sum of RGB (Red+Green+Blue) = 130+57+204=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 57 (22.66% from 255 or 14.58% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #8239CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8239CC is #7DC633. Grayscale: #5F5F5F. Windows color (decimal): -8242740 or 13384066. OLE color: 13384066.
HSL color Cylindrical-coordinate representation of color #8239CC: hue angle of 269.8º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8239CC is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 130 | 57 | 204 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.2 |
| HSL | 269.8º | 0.59% | 0.51% | - |
| HSV(B) | 269.8º | 0.72% | 0.8% | - |
| XYZ | 21.57 | 12.03 | 58.31 | - |
| YUV | 95.59 | 189.18 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 57 | 204 | 0.36 | 0.72 | 0 | 0.2 | 269.8 | 0.59 | 0.51 |
| Hex | 82 | 39 | CC | 24 | 48 | 0 | 14 | 10E | 3B | 33 |
| Octal | 202 | 71 | 314 | 44 | 110 | 0 | 24 | 416 | 73 | 63 |
| Binary | 10000010 | 111001 | 11001100 | 100100 | 1001000 | 0 | 10100 | 100001110 | 111011 | 110011 |
Color Harmonies of #8239CC
Complementary color
Monochromatic Colors of #8239CC
Black with #8239CC
Text Example
Text Example
White with #8239CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8239CC; }
p { color: rgb(130,57,204); }
H1.HeaderClassName
{
color: #8239CC;
}
.AnyTagClassName
{
color: #8239CC;
}
</style>
background-color css
<style>
a { background-color: #8239CC; }
a { background-color: rgb(130,57,204); }
div.DivClassName
{
background-color: #8239CC;
}
.BgClassName
{
background-color: #8239CC;
}
</style>
border-color css
<style>
span { border-color: #8239CC; }
span { border-color: rgb(130,57,204); }
td.TdClassName
{
border-color: #8239CC;
}
.TagClassName
{
border-color: #8239CC;
}
</style>