Shades of Blue Violet #8439CE
Tints of Blue Violet #8439CE
RGB
CMYK
RGB Variations
Color information
#8439CE (or 0x8439CE) is known color: Blue Violet. HEX triplet: 84, 39 and CE. RGB value is (132,57,206). Sum of RGB (Red+Green+Blue) = 132+57+206=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 57 (22.66% from 255 or 14.43% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #8439CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8439CE is #7BC631. Grayscale: #5F5F5F. Windows color (decimal): -8111666 or 13515140. OLE color: 13515140.
HSL color Cylindrical-coordinate representation of color #8439CE: hue angle of 270.2º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8439CE is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 57 | 206 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.19 |
| HSL | 270.2º | 0.6% | 0.52% | - |
| HSV(B) | 270.2º | 0.72% | 0.81% | - |
| XYZ | 22.12 | 12.29 | 59.6 | - |
| YUV | 96.41 | 189.85 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 57 | 206 | 0.36 | 0.72 | 0 | 0.19 | 270.2 | 0.6 | 0.52 |
| Hex | 84 | 39 | CE | 24 | 48 | 0 | 13 | 10E | 3C | 34 |
| Octal | 204 | 71 | 316 | 44 | 110 | 0 | 23 | 416 | 74 | 64 |
| Binary | 10000100 | 111001 | 11001110 | 100100 | 1001000 | 0 | 10011 | 100001110 | 111100 | 110100 |
Color Harmonies of #8439CE
Complementary color
Monochromatic Colors of #8439CE
Black with #8439CE
Text Example
Text Example
White with #8439CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8439CE; }
p { color: rgb(132,57,206); }
H1.HeaderClassName
{
color: #8439CE;
}
.AnyTagClassName
{
color: #8439CE;
}
</style>
background-color css
<style>
a { background-color: #8439CE; }
a { background-color: rgb(132,57,206); }
div.DivClassName
{
background-color: #8439CE;
}
.BgClassName
{
background-color: #8439CE;
}
</style>
border-color css
<style>
span { border-color: #8439CE; }
span { border-color: rgb(132,57,206); }
td.TdClassName
{
border-color: #8439CE;
}
.TagClassName
{
border-color: #8439CE;
}
</style>