Shades of Blue Violet #884ADC
Tints of Blue Violet #884ADC
RGB
CMYK
RGB Variations
Color information
#884ADC (or 0x884ADC) is known color: Blue Violet. HEX triplet: 88, 4A and DC. RGB value is (136,74,220). Sum of RGB (Red+Green+Blue) = 136+74+220=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 74 (29.30% from 255 or 17.21% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #884ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884ADC is #77B523. Grayscale: #6C6C6C. Windows color (decimal): -7845156 or 14437000. OLE color: 14437000.
HSL color Cylindrical-coordinate representation of color #884ADC: hue angle of 265.48º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #884ADC is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 74 | 220 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.14 |
| HSL | 265.48º | 0.68% | 0.58% | - |
| HSV(B) | 265.48º | 0.66% | 0.86% | - |
| XYZ | 25.52 | 15.3 | 69.32 | - |
| YUV | 109.18 | 190.54 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 220 | 0.38 | 0.66 | 0 | 0.14 | 265.48 | 0.68 | 0.58 |
| Hex | 88 | 4A | DC | 26 | 42 | 0 | E | 109 | 44 | 3A |
| Octal | 210 | 112 | 334 | 46 | 102 | 0 | 16 | 411 | 104 | 72 |
| Binary | 10001000 | 1001010 | 11011100 | 100110 | 1000010 | 0 | 1110 | 100001001 | 1000100 | 111010 |
Color Harmonies of #884ADC
Complementary color
Monochromatic Colors of #884ADC
Black with #884ADC
Text Example
Text Example
White with #884ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884ADC; }
p { color: rgb(136,74,220); }
H1.HeaderClassName
{
color: #884ADC;
}
.AnyTagClassName
{
color: #884ADC;
}
</style>
background-color css
<style>
a { background-color: #884ADC; }
a { background-color: rgb(136,74,220); }
div.DivClassName
{
background-color: #884ADC;
}
.BgClassName
{
background-color: #884ADC;
}
</style>
border-color css
<style>
span { border-color: #884ADC; }
span { border-color: rgb(136,74,220); }
td.TdClassName
{
border-color: #884ADC;
}
.TagClassName
{
border-color: #884ADC;
}
</style>