Shades of Blue Violet #884AD5
Tints of Blue Violet #884AD5
RGB
CMYK
RGB Variations
Color information
#884AD5 (or 0x884AD5) is known color: Blue Violet. HEX triplet: 88, 4A and D5. RGB value is (136,74,213). Sum of RGB (Red+Green+Blue) = 136+74+213=423 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.15% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 213 (83.59% from 255 or 50.35% from 423); Max value from RGB is 213 - color contains mainly: blue. Hex color #884AD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884AD5 is #77B52A. Grayscale: #6B6B6B. Windows color (decimal): -7845163 or 13978248. OLE color: 13978248.
HSL color Cylindrical-coordinate representation of color #884AD5: hue angle of 266.76º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #884AD5 is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 136 | 74 | 213 | - |
| CMYK | 0.36 | 0.65 | 0 | 0.16 |
| HSL | 266.76º | 0.62% | 0.56% | - |
| HSV(B) | 266.76º | 0.65% | 0.84% | - |
| XYZ | 24.61 | 14.94 | 64.54 | - |
| YUV | 108.38 | 187.04 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 213 | 0.36 | 0.65 | 0 | 0.16 | 266.76 | 0.62 | 0.56 |
| Hex | 88 | 4A | D5 | 24 | 41 | 0 | 10 | 10B | 3E | 38 |
| Octal | 210 | 112 | 325 | 44 | 101 | 0 | 20 | 413 | 76 | 70 |
| Binary | 10001000 | 1001010 | 11010101 | 100100 | 1000001 | 0 | 10000 | 100001011 | 111110 | 111000 |
Color Harmonies of #884AD5
Complementary color
Monochromatic Colors of #884AD5
Black with #884AD5
Text Example
Text Example
White with #884AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884AD5; }
p { color: rgb(136,74,213); }
H1.HeaderClassName
{
color: #884AD5;
}
.AnyTagClassName
{
color: #884AD5;
}
</style>
background-color css
<style>
a { background-color: #884AD5; }
a { background-color: rgb(136,74,213); }
div.DivClassName
{
background-color: #884AD5;
}
.BgClassName
{
background-color: #884AD5;
}
</style>
border-color css
<style>
span { border-color: #884AD5; }
span { border-color: rgb(136,74,213); }
td.TdClassName
{
border-color: #884AD5;
}
.TagClassName
{
border-color: #884AD5;
}
</style>