Shades of Blue Violet #8922D4
Tints of Blue Violet #8922D4
RGB
CMYK
RGB Variations
Color information
#8922D4 (or 0x8922D4) is known color: Blue Violet. HEX triplet: 89, 22 and D4. RGB value is (137,34,212). Sum of RGB (Red+Green+Blue) = 137+34+212=383 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.77% from 383); Green value is 34 (13.67% from 255 or 8.88% from 383); Blue value is 212 (83.20% from 255 or 55.35% from 383); Max value from RGB is 212 - color contains mainly: blue. Hex color #8922D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8922D4 is #76DD2B. Grayscale: #545454. Windows color (decimal): -7789868 or 13902473. OLE color: 13902473.
HSL color Cylindrical-coordinate representation of color #8922D4: hue angle of 274.72º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8922D4 is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 137 | 34 | 212 | - |
| CMYK | 0.35 | 0.84 | 0 | 0.17 |
| HSL | 274.72º | 0.72% | 0.48% | - |
| HSV(B) | 274.72º | 0.84% | 0.83% | - |
| XYZ | 22.77 | 11.22 | 63.25 | - |
| YUV | 85.09 | 199.62 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 34 | 212 | 0.35 | 0.84 | 0 | 0.17 | 274.72 | 0.72 | 0.48 |
| Hex | 89 | 22 | D4 | 23 | 54 | 0 | 11 | 113 | 48 | 30 |
| Octal | 211 | 42 | 324 | 43 | 124 | 0 | 21 | 423 | 110 | 60 |
| Binary | 10001001 | 100010 | 11010100 | 100011 | 1010100 | 0 | 10001 | 100010011 | 1001000 | 110000 |
Color Harmonies of #8922D4
Complementary color
Monochromatic Colors of #8922D4
Black with #8922D4
Text Example
Text Example
White with #8922D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8922D4; }
p { color: rgb(137,34,212); }
H1.HeaderClassName
{
color: #8922D4;
}
.AnyTagClassName
{
color: #8922D4;
}
</style>
background-color css
<style>
a { background-color: #8922D4; }
a { background-color: rgb(137,34,212); }
div.DivClassName
{
background-color: #8922D4;
}
.BgClassName
{
background-color: #8922D4;
}
</style>
border-color css
<style>
span { border-color: #8922D4; }
span { border-color: rgb(137,34,212); }
td.TdClassName
{
border-color: #8922D4;
}
.TagClassName
{
border-color: #8922D4;
}
</style>