Shades of Blue Violet #8232CE
Tints of Blue Violet #8232CE
RGB
CMYK
RGB Variations
Color information
#8232CE (or 0x8232CE) is known color: Blue Violet. HEX triplet: 82, 32 and CE. RGB value is (130,50,206). Sum of RGB (Red+Green+Blue) = 130+50+206=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #8232CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8232CE is #7DCD31. Grayscale: #5B5B5B. Windows color (decimal): -8244530 or 13513346. OLE color: 13513346.
HSL color Cylindrical-coordinate representation of color #8232CE: hue angle of 270.77º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8232CE is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 50 | 206 | - |
| CMYK | 0.37 | 0.76 | 0 | 0.19 |
| HSL | 270.77º | 0.61% | 0.5% | - |
| HSV(B) | 270.77º | 0.76% | 0.81% | - |
| XYZ | 21.49 | 11.48 | 59.48 | - |
| YUV | 91.7 | 192.5 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 50 | 206 | 0.37 | 0.76 | 0 | 0.19 | 270.77 | 0.61 | 0.5 |
| Hex | 82 | 32 | CE | 25 | 4C | 0 | 13 | 10F | 3D | 32 |
| Octal | 202 | 62 | 316 | 45 | 114 | 0 | 23 | 417 | 75 | 62 |
| Binary | 10000010 | 110010 | 11001110 | 100101 | 1001100 | 0 | 10011 | 100001111 | 111101 | 110010 |
Color Harmonies of #8232CE
Complementary color
Monochromatic Colors of #8232CE
Black with #8232CE
Text Example
Text Example
White with #8232CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8232CE; }
p { color: rgb(130,50,206); }
H1.HeaderClassName
{
color: #8232CE;
}
.AnyTagClassName
{
color: #8232CE;
}
</style>
background-color css
<style>
a { background-color: #8232CE; }
a { background-color: rgb(130,50,206); }
div.DivClassName
{
background-color: #8232CE;
}
.BgClassName
{
background-color: #8232CE;
}
</style>
border-color css
<style>
span { border-color: #8232CE; }
span { border-color: rgb(130,50,206); }
td.TdClassName
{
border-color: #8232CE;
}
.TagClassName
{
border-color: #8232CE;
}
</style>