Shades of Blue Violet #8232D7
Tints of Blue Violet #8232D7
RGB
CMYK
RGB Variations
Color information
#8232D7 (or 0x8232D7) is known color: Blue Violet. HEX triplet: 82, 32 and D7. RGB value is (130,50,215). Sum of RGB (Red+Green+Blue) = 130+50+215=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 50 (19.92% from 255 or 12.66% from 395); Blue value is 215 (84.38% from 255 or 54.43% from 395); Max value from RGB is 215 - color contains mainly: blue. Hex color #8232D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8232D7 is #7DCD28. Grayscale: #5C5C5C. Windows color (decimal): -8244521 or 14103170. OLE color: 14103170.
HSL color Cylindrical-coordinate representation of color #8232D7: hue angle of 269.09º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8232D7 is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 50 | 215 | - |
| CMYK | 0.40 | 0.77 | 0 | 0.16 |
| HSL | 269.09º | 0.67% | 0.52% | - |
| HSV(B) | 269.09º | 0.77% | 0.84% | - |
| XYZ | 22.61 | 11.93 | 65.4 | - |
| YUV | 92.73 | 197 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 50 | 215 | 0.40 | 0.77 | 0 | 0.16 | 269.09 | 0.67 | 0.52 |
| Hex | 82 | 32 | D7 | 28 | 4D | 0 | 10 | 10D | 43 | 34 |
| Octal | 202 | 62 | 327 | 50 | 115 | 0 | 20 | 415 | 103 | 64 |
| Binary | 10000010 | 110010 | 11010111 | 101000 | 1001101 | 0 | 10000 | 100001101 | 1000011 | 110100 |
Color Harmonies of #8232D7
Complementary color
Monochromatic Colors of #8232D7
Black with #8232D7
Text Example
Text Example
White with #8232D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8232D7; }
p { color: rgb(130,50,215); }
H1.HeaderClassName
{
color: #8232D7;
}
.AnyTagClassName
{
color: #8232D7;
}
</style>
background-color css
<style>
a { background-color: #8232D7; }
a { background-color: rgb(130,50,215); }
div.DivClassName
{
background-color: #8232D7;
}
.BgClassName
{
background-color: #8232D7;
}
</style>
border-color css
<style>
span { border-color: #8232D7; }
span { border-color: rgb(130,50,215); }
td.TdClassName
{
border-color: #8232D7;
}
.TagClassName
{
border-color: #8232D7;
}
</style>