Shades of Blue Violet #8433CE
Tints of Blue Violet #8433CE
RGB
CMYK
RGB Variations
Color information
#8433CE (or 0x8433CE) is known color: Blue Violet. HEX triplet: 84, 33 and CE. RGB value is (132,51,206). Sum of RGB (Red+Green+Blue) = 132+51+206=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 51 (20.31% from 255 or 13.11% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #8433CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8433CE is #7BCC31. Grayscale: #5C5C5C. Windows color (decimal): -8113202 or 13513604. OLE color: 13513604.
HSL color Cylindrical-coordinate representation of color #8433CE: hue angle of 271.35º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8433CE is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 51 | 206 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.19 |
| HSL | 271.35º | 0.61% | 0.5% | - |
| HSV(B) | 271.35º | 0.75% | 0.81% | - |
| XYZ | 21.84 | 11.73 | 59.51 | - |
| YUV | 92.89 | 191.84 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 51 | 206 | 0.36 | 0.75 | 0 | 0.19 | 271.35 | 0.61 | 0.5 |
| Hex | 84 | 33 | CE | 24 | 4B | 0 | 13 | 10F | 3D | 32 |
| Octal | 204 | 63 | 316 | 44 | 113 | 0 | 23 | 417 | 75 | 62 |
| Binary | 10000100 | 110011 | 11001110 | 100100 | 1001011 | 0 | 10011 | 100001111 | 111101 | 110010 |
Color Harmonies of #8433CE
Complementary color
Monochromatic Colors of #8433CE
Black with #8433CE
Text Example
Text Example
White with #8433CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8433CE; }
p { color: rgb(132,51,206); }
H1.HeaderClassName
{
color: #8433CE;
}
.AnyTagClassName
{
color: #8433CE;
}
</style>
background-color css
<style>
a { background-color: #8433CE; }
a { background-color: rgb(132,51,206); }
div.DivClassName
{
background-color: #8433CE;
}
.BgClassName
{
background-color: #8433CE;
}
</style>
border-color css
<style>
span { border-color: #8433CE; }
span { border-color: rgb(132,51,206); }
td.TdClassName
{
border-color: #8433CE;
}
.TagClassName
{
border-color: #8433CE;
}
</style>