Shades of Blue Violet #8232FD
Tints of Blue Violet #8232FD
RGB
CMYK
RGB Variations
Color information
#8232FD (or 0x8232FD) is known color: Blue Violet. HEX triplet: 82, 32 and FD. RGB value is (130,50,253). Sum of RGB (Red+Green+Blue) = 130+50+253=433 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.02% from 433); Green value is 50 (19.92% from 255 or 11.55% from 433); Blue value is 253 (99.22% from 255 or 58.43% from 433); Max value from RGB is 253 - color contains mainly: blue. Hex color #8232FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8232FD is #7DCD02. Grayscale: #606060. Windows color (decimal): -8244483 or 16593538. OLE color: 16593538.
HSL color Cylindrical-coordinate representation of color #8232FD: hue angle of 263.65º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8232FD is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 50 | 253 | - |
| CMYK | 0.49 | 0.80 | 0 | 0.01 |
| HSL | 263.65º | 0.98% | 0.59% | - |
| HSV(B) | 263.65º | 0.8% | 0.99% | - |
| XYZ | 28.08 | 14.12 | 94.17 | - |
| YUV | 97.06 | 216 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 50 | 253 | 0.49 | 0.80 | 0 | 0.01 | 263.65 | 0.98 | 0.59 |
| Hex | 82 | 32 | FD | 31 | 50 | 0 | 1 | 108 | 62 | 3B |
| Octal | 202 | 62 | 375 | 61 | 120 | 0 | 1 | 410 | 142 | 73 |
| Binary | 10000010 | 110010 | 11111101 | 110001 | 1010000 | 0 | 1 | 100001000 | 1100010 | 111011 |
Color Harmonies of #8232FD
Complementary color
Monochromatic Colors of #8232FD
Black with #8232FD
Text Example
Text Example
White with #8232FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8232FD; }
p { color: rgb(130,50,253); }
H1.HeaderClassName
{
color: #8232FD;
}
.AnyTagClassName
{
color: #8232FD;
}
</style>
background-color css
<style>
a { background-color: #8232FD; }
a { background-color: rgb(130,50,253); }
div.DivClassName
{
background-color: #8232FD;
}
.BgClassName
{
background-color: #8232FD;
}
</style>
border-color css
<style>
span { border-color: #8232FD; }
span { border-color: rgb(130,50,253); }
td.TdClassName
{
border-color: #8232FD;
}
.TagClassName
{
border-color: #8232FD;
}
</style>