Shades of Blue Violet #8423CC
Tints of Blue Violet #8423CC
RGB
CMYK
RGB Variations
Color information
#8423CC (or 0x8423CC) is known color: Blue Violet. HEX triplet: 84, 23 and CC. RGB value is (132,35,204). Sum of RGB (Red+Green+Blue) = 132+35+204=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #8423CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8423CC is #7BDC33. Grayscale: #525252. Windows color (decimal): -8117300 or 13378436. OLE color: 13378436.
HSL color Cylindrical-coordinate representation of color #8423CC: hue angle of 274.44º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8423CC is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 35 | 204 | - |
| CMYK | 0.35 | 0.83 | 0 | 0.2 |
| HSL | 274.44º | 0.71% | 0.47% | - |
| HSV(B) | 274.44º | 0.83% | 0.8% | - |
| XYZ | 21.02 | 10.47 | 58.04 | - |
| YUV | 83.27 | 196.14 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 35 | 204 | 0.35 | 0.83 | 0 | 0.2 | 274.44 | 0.71 | 0.47 |
| Hex | 84 | 23 | CC | 23 | 53 | 0 | 14 | 112 | 47 | 2F |
| Octal | 204 | 43 | 314 | 43 | 123 | 0 | 24 | 422 | 107 | 57 |
| Binary | 10000100 | 100011 | 11001100 | 100011 | 1010011 | 0 | 10100 | 100010010 | 1000111 | 101111 |
Color Harmonies of #8423CC
Complementary color
Monochromatic Colors of #8423CC
Black with #8423CC
Text Example
Text Example
White with #8423CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8423CC; }
p { color: rgb(132,35,204); }
H1.HeaderClassName
{
color: #8423CC;
}
.AnyTagClassName
{
color: #8423CC;
}
</style>
background-color css
<style>
a { background-color: #8423CC; }
a { background-color: rgb(132,35,204); }
div.DivClassName
{
background-color: #8423CC;
}
.BgClassName
{
background-color: #8423CC;
}
</style>
border-color css
<style>
span { border-color: #8423CC; }
span { border-color: rgb(132,35,204); }
td.TdClassName
{
border-color: #8423CC;
}
.TagClassName
{
border-color: #8423CC;
}
</style>