Shades of Blue Violet #8732DA
Tints of Blue Violet #8732DA
RGB
CMYK
RGB Variations
Color information
#8732DA (or 0x8732DA) is known color: Blue Violet. HEX triplet: 87, 32 and DA. RGB value is (135,50,218). Sum of RGB (Red+Green+Blue) = 135+50+218=403 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.50% from 403); Green value is 50 (19.92% from 255 or 12.41% from 403); Blue value is 218 (85.55% from 255 or 54.09% from 403); Max value from RGB is 218 - color contains mainly: blue. Hex color #8732DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8732DA is #78CD25. Grayscale: #5D5D5D. Windows color (decimal): -7916838 or 14299783. OLE color: 14299783.
HSL color Cylindrical-coordinate representation of color #8732DA: hue angle of 270.36º 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 #8732DA is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 135 | 50 | 218 | - |
| CMYK | 0.38 | 0.77 | 0 | 0.15 |
| HSL | 270.36º | 0.69% | 0.53% | - |
| HSV(B) | 270.36º | 0.77% | 0.85% | - |
| XYZ | 23.79 | 12.49 | 67.49 | - |
| YUV | 94.57 | 197.66 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 50 | 218 | 0.38 | 0.77 | 0 | 0.15 | 270.36 | 0.69 | 0.53 |
| Hex | 87 | 32 | DA | 26 | 4D | 0 | F | 10E | 45 | 35 |
| Octal | 207 | 62 | 332 | 46 | 115 | 0 | 17 | 416 | 105 | 65 |
| Binary | 10000111 | 110010 | 11011010 | 100110 | 1001101 | 0 | 1111 | 100001110 | 1000101 | 110101 |
Color Harmonies of #8732DA
Complementary color
Monochromatic Colors of #8732DA
Black with #8732DA
Text Example
Text Example
White with #8732DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8732DA; }
p { color: rgb(135,50,218); }
H1.HeaderClassName
{
color: #8732DA;
}
.AnyTagClassName
{
color: #8732DA;
}
</style>
background-color css
<style>
a { background-color: #8732DA; }
a { background-color: rgb(135,50,218); }
div.DivClassName
{
background-color: #8732DA;
}
.BgClassName
{
background-color: #8732DA;
}
</style>
border-color css
<style>
span { border-color: #8732DA; }
span { border-color: rgb(135,50,218); }
td.TdClassName
{
border-color: #8732DA;
}
.TagClassName
{
border-color: #8732DA;
}
</style>