Shades of Blue Violet #8232DF
Tints of Blue Violet #8232DF
RGB
CMYK
RGB Variations
Color information
#8232DF (or 0x8232DF) is known color: Blue Violet. HEX triplet: 82, 32 and DF. RGB value is (130,50,223). Sum of RGB (Red+Green+Blue) = 130+50+223=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 50 (19.92% from 255 or 12.41% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #8232DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8232DF is #7DCD20. Grayscale: #5D5D5D. Windows color (decimal): -8244513 or 14627458. OLE color: 14627458.
HSL color Cylindrical-coordinate representation of color #8232DF: hue angle of 267.75º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8232DF is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 50 | 223 | - |
| CMYK | 0.42 | 0.78 | 0 | 0.13 |
| HSL | 267.75º | 0.73% | 0.54% | - |
| HSV(B) | 267.75º | 0.78% | 0.87% | - |
| XYZ | 23.67 | 12.35 | 70.95 | - |
| YUV | 93.64 | 201 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 50 | 223 | 0.42 | 0.78 | 0 | 0.13 | 267.75 | 0.73 | 0.54 |
| Hex | 82 | 32 | DF | 2A | 4E | 0 | D | 10C | 49 | 36 |
| Octal | 202 | 62 | 337 | 52 | 116 | 0 | 15 | 414 | 111 | 66 |
| Binary | 10000010 | 110010 | 11011111 | 101010 | 1001110 | 0 | 1101 | 100001100 | 1001001 | 110110 |
Color Harmonies of #8232DF
Complementary color
Monochromatic Colors of #8232DF
Black with #8232DF
Text Example
Text Example
White with #8232DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8232DF; }
p { color: rgb(130,50,223); }
H1.HeaderClassName
{
color: #8232DF;
}
.AnyTagClassName
{
color: #8232DF;
}
</style>
background-color css
<style>
a { background-color: #8232DF; }
a { background-color: rgb(130,50,223); }
div.DivClassName
{
background-color: #8232DF;
}
.BgClassName
{
background-color: #8232DF;
}
</style>
border-color css
<style>
span { border-color: #8232DF; }
span { border-color: rgb(130,50,223); }
td.TdClassName
{
border-color: #8232DF;
}
.TagClassName
{
border-color: #8232DF;
}
</style>