Shades of Blue Violet #8632DA
Tints of Blue Violet #8632DA
RGB
CMYK
RGB Variations
Color information
#8632DA (or 0x8632DA) is known color: Blue Violet. HEX triplet: 86, 32 and DA. RGB value is (134,50,218). Sum of RGB (Red+Green+Blue) = 134+50+218=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 50 (19.92% from 255 or 12.44% from 402); Blue value is 218 (85.55% from 255 or 54.23% from 402); Max value from RGB is 218 - color contains mainly: blue. Hex color #8632DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8632DA is #79CD25. Grayscale: #5D5D5D. Windows color (decimal): -7982374 or 14299782. OLE color: 14299782.
HSL color Cylindrical-coordinate representation of color #8632DA: hue angle of 270º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8632DA is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 50 | 218 | - |
| CMYK | 0.39 | 0.77 | 0 | 0.15 |
| HSL | 270º | 0.69% | 0.53% | - |
| HSV(B) | 270º | 0.77% | 0.85% | - |
| XYZ | 23.63 | 12.41 | 67.48 | - |
| YUV | 94.27 | 197.83 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 50 | 218 | 0.39 | 0.77 | 0 | 0.15 | 270 | 0.69 | 0.53 |
| Hex | 86 | 32 | DA | 27 | 4D | 0 | F | 10E | 45 | 35 |
| Octal | 206 | 62 | 332 | 47 | 115 | 0 | 17 | 416 | 105 | 65 |
| Binary | 10000110 | 110010 | 11011010 | 100111 | 1001101 | 0 | 1111 | 100001110 | 1000101 | 110101 |
Color Harmonies of #8632DA
Complementary color
Monochromatic Colors of #8632DA
Black with #8632DA
Text Example
Text Example
White with #8632DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8632DA; }
p { color: rgb(134,50,218); }
H1.HeaderClassName
{
color: #8632DA;
}
.AnyTagClassName
{
color: #8632DA;
}
</style>
background-color css
<style>
a { background-color: #8632DA; }
a { background-color: rgb(134,50,218); }
div.DivClassName
{
background-color: #8632DA;
}
.BgClassName
{
background-color: #8632DA;
}
</style>
border-color css
<style>
span { border-color: #8632DA; }
span { border-color: rgb(134,50,218); }
td.TdClassName
{
border-color: #8632DA;
}
.TagClassName
{
border-color: #8632DA;
}
</style>