Shades of Blue Violet #8232EA
Tints of Blue Violet #8232EA
RGB
CMYK
RGB Variations
Color information
#8232EA (or 0x8232EA) is known color: Blue Violet. HEX triplet: 82, 32 and EA. RGB value is (130,50,234). Sum of RGB (Red+Green+Blue) = 130+50+234=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 234 (91.80% from 255 or 56.52% from 414); Max value from RGB is 234 - color contains mainly: blue. Hex color #8232EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8232EA is #7DCD15. Grayscale: #5E5E5E. Windows color (decimal): -8244502 or 15348354. OLE color: 15348354.
HSL color Cylindrical-coordinate representation of color #8232EA: hue angle of 266.09º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8232EA is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 50 | 234 | - |
| CMYK | 0.44 | 0.79 | 0 | 0.08 |
| HSL | 266.09º | 0.81% | 0.56% | - |
| HSV(B) | 266.09º | 0.79% | 0.92% | - |
| XYZ | 25.2 | 12.97 | 79.02 | - |
| YUV | 94.9 | 206.5 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 50 | 234 | 0.44 | 0.79 | 0 | 0.08 | 266.09 | 0.81 | 0.56 |
| Hex | 82 | 32 | EA | 2C | 4F | 0 | 8 | 10A | 51 | 38 |
| Octal | 202 | 62 | 352 | 54 | 117 | 0 | 10 | 412 | 121 | 70 |
| Binary | 10000010 | 110010 | 11101010 | 101100 | 1001111 | 0 | 1000 | 100001010 | 1010001 | 111000 |
Color Harmonies of #8232EA
Complementary color
Monochromatic Colors of #8232EA
Black with #8232EA
Text Example
Text Example
White with #8232EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8232EA; }
p { color: rgb(130,50,234); }
H1.HeaderClassName
{
color: #8232EA;
}
.AnyTagClassName
{
color: #8232EA;
}
</style>
background-color css
<style>
a { background-color: #8232EA; }
a { background-color: rgb(130,50,234); }
div.DivClassName
{
background-color: #8232EA;
}
.BgClassName
{
background-color: #8232EA;
}
</style>
border-color css
<style>
span { border-color: #8232EA; }
span { border-color: rgb(130,50,234); }
td.TdClassName
{
border-color: #8232EA;
}
.TagClassName
{
border-color: #8232EA;
}
</style>