Shades of Blue Violet #8932D1
Tints of Blue Violet #8932D1
RGB
CMYK
RGB Variations
Color information
#8932D1 (or 0x8932D1) is known color: Blue Violet. HEX triplet: 89, 32 and D1. RGB value is (137,50,209). Sum of RGB (Red+Green+Blue) = 137+50+209=396 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.60% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 209 (82.03% from 255 or 52.78% from 396); Max value from RGB is 209 - color contains mainly: blue. Hex color #8932D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8932D1 is #76CD2E. Grayscale: #5D5D5D. Windows color (decimal): -7785775 or 13709961. OLE color: 13709961.
HSL color Cylindrical-coordinate representation of color #8932D1: hue angle of 272.83º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8932D1 is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 50 | 209 | - |
| CMYK | 0.34 | 0.76 | 0 | 0.18 |
| HSL | 272.83º | 0.63% | 0.51% | - |
| HSV(B) | 272.83º | 0.76% | 0.82% | - |
| XYZ | 22.97 | 12.2 | 61.47 | - |
| YUV | 94.14 | 192.82 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 50 | 209 | 0.34 | 0.76 | 0 | 0.18 | 272.83 | 0.63 | 0.51 |
| Hex | 89 | 32 | D1 | 22 | 4C | 0 | 12 | 111 | 3F | 33 |
| Octal | 211 | 62 | 321 | 42 | 114 | 0 | 22 | 421 | 77 | 63 |
| Binary | 10001001 | 110010 | 11010001 | 100010 | 1001100 | 0 | 10010 | 100010001 | 111111 | 110011 |
Color Harmonies of #8932D1
Complementary color
Monochromatic Colors of #8932D1
Black with #8932D1
Text Example
Text Example
White with #8932D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8932D1; }
p { color: rgb(137,50,209); }
H1.HeaderClassName
{
color: #8932D1;
}
.AnyTagClassName
{
color: #8932D1;
}
</style>
background-color css
<style>
a { background-color: #8932D1; }
a { background-color: rgb(137,50,209); }
div.DivClassName
{
background-color: #8932D1;
}
.BgClassName
{
background-color: #8932D1;
}
</style>
border-color css
<style>
span { border-color: #8932D1; }
span { border-color: rgb(137,50,209); }
td.TdClassName
{
border-color: #8932D1;
}
.TagClassName
{
border-color: #8932D1;
}
</style>