Shades of Blue Violet #874ADD
Tints of Blue Violet #874ADD
RGB
CMYK
RGB Variations
Color information
#874ADD (or 0x874ADD) is known color: Blue Violet. HEX triplet: 87, 4A and DD. RGB value is (135,74,221). Sum of RGB (Red+Green+Blue) = 135+74+221=430 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.40% from 430); Green value is 74 (29.30% from 255 or 17.21% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #874ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874ADD is #78B522. Grayscale: #6C6C6C. Windows color (decimal): -7910691 or 14502535. OLE color: 14502535.
HSL color Cylindrical-coordinate representation of color #874ADD: hue angle of 264.9º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #874ADD is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 74 | 221 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.13 |
| HSL | 264.9º | 0.68% | 0.58% | - |
| HSV(B) | 264.9º | 0.67% | 0.87% | - |
| XYZ | 25.49 | 15.27 | 70.01 | - |
| YUV | 109 | 191.21 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 74 | 221 | 0.39 | 0.67 | 0 | 0.13 | 264.9 | 0.68 | 0.58 |
| Hex | 87 | 4A | DD | 27 | 43 | 0 | D | 109 | 44 | 3A |
| Octal | 207 | 112 | 335 | 47 | 103 | 0 | 15 | 411 | 104 | 72 |
| Binary | 10000111 | 1001010 | 11011101 | 100111 | 1000011 | 0 | 1101 | 100001001 | 1000100 | 111010 |
Color Harmonies of #874ADD
Complementary color
Monochromatic Colors of #874ADD
Black with #874ADD
Text Example
Text Example
White with #874ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874ADD; }
p { color: rgb(135,74,221); }
H1.HeaderClassName
{
color: #874ADD;
}
.AnyTagClassName
{
color: #874ADD;
}
</style>
background-color css
<style>
a { background-color: #874ADD; }
a { background-color: rgb(135,74,221); }
div.DivClassName
{
background-color: #874ADD;
}
.BgClassName
{
background-color: #874ADD;
}
</style>
border-color css
<style>
span { border-color: #874ADD; }
span { border-color: rgb(135,74,221); }
td.TdClassName
{
border-color: #874ADD;
}
.TagClassName
{
border-color: #874ADD;
}
</style>