Shades of Blue Violet #8248CE
Tints of Blue Violet #8248CE
RGB
CMYK
RGB Variations
Color information
#8248CE (or 0x8248CE) is known color: Blue Violet. HEX triplet: 82, 48 and CE. RGB value is (130,72,206). Sum of RGB (Red+Green+Blue) = 130+72+206=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #8248CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8248CE is #7DB731. Grayscale: #686868. Windows color (decimal): -8238898 or 13518978. OLE color: 13518978.
HSL color Cylindrical-coordinate representation of color #8248CE: hue angle of 265.97º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8248CE is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 72 | 206 | - |
| CMYK | 0.37 | 0.65 | 0 | 0.19 |
| HSL | 265.97º | 0.58% | 0.55% | - |
| HSV(B) | 265.97º | 0.65% | 0.81% | - |
| XYZ | 22.66 | 13.84 | 59.87 | - |
| YUV | 104.62 | 185.22 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 72 | 206 | 0.37 | 0.65 | 0 | 0.19 | 265.97 | 0.58 | 0.55 |
| Hex | 82 | 48 | CE | 25 | 41 | 0 | 13 | 10A | 3A | 37 |
| Octal | 202 | 110 | 316 | 45 | 101 | 0 | 23 | 412 | 72 | 67 |
| Binary | 10000010 | 1001000 | 11001110 | 100101 | 1000001 | 0 | 10011 | 100001010 | 111010 | 110111 |
Color Harmonies of #8248CE
Complementary color
Monochromatic Colors of #8248CE
Black with #8248CE
Text Example
Text Example
White with #8248CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8248CE; }
p { color: rgb(130,72,206); }
H1.HeaderClassName
{
color: #8248CE;
}
.AnyTagClassName
{
color: #8248CE;
}
</style>
background-color css
<style>
a { background-color: #8248CE; }
a { background-color: rgb(130,72,206); }
div.DivClassName
{
background-color: #8248CE;
}
.BgClassName
{
background-color: #8248CE;
}
</style>
border-color css
<style>
span { border-color: #8248CE; }
span { border-color: rgb(130,72,206); }
td.TdClassName
{
border-color: #8248CE;
}
.TagClassName
{
border-color: #8248CE;
}
</style>