Shades of Blue Violet #874ADE
Tints of Blue Violet #874ADE
RGB
CMYK
RGB Variations
Color information
#874ADE (or 0x874ADE) is known color: Blue Violet. HEX triplet: 87, 4A and DE. RGB value is (135,74,222). Sum of RGB (Red+Green+Blue) = 135+74+222=431 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.32% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #874ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874ADE is #78B521. Grayscale: #6C6C6C. Windows color (decimal): -7910690 or 14568071. OLE color: 14568071.
HSL color Cylindrical-coordinate representation of color #874ADE: hue angle of 264.73º degrees, saturation: 0.69, 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 #874ADE is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 74 | 222 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.13 |
| HSL | 264.73º | 0.69% | 0.58% | - |
| HSV(B) | 264.73º | 0.67% | 0.87% | - |
| XYZ | 25.63 | 15.32 | 70.71 | - |
| YUV | 109.11 | 191.71 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 74 | 222 | 0.39 | 0.67 | 0 | 0.13 | 264.73 | 0.69 | 0.58 |
| Hex | 87 | 4A | DE | 27 | 43 | 0 | D | 109 | 45 | 3A |
| Octal | 207 | 112 | 336 | 47 | 103 | 0 | 15 | 411 | 105 | 72 |
| Binary | 10000111 | 1001010 | 11011110 | 100111 | 1000011 | 0 | 1101 | 100001001 | 1000101 | 111010 |
Color Harmonies of #874ADE
Complementary color
Monochromatic Colors of #874ADE
Black with #874ADE
Text Example
Text Example
White with #874ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874ADE; }
p { color: rgb(135,74,222); }
H1.HeaderClassName
{
color: #874ADE;
}
.AnyTagClassName
{
color: #874ADE;
}
</style>
background-color css
<style>
a { background-color: #874ADE; }
a { background-color: rgb(135,74,222); }
div.DivClassName
{
background-color: #874ADE;
}
.BgClassName
{
background-color: #874ADE;
}
</style>
border-color css
<style>
span { border-color: #874ADE; }
span { border-color: rgb(135,74,222); }
td.TdClassName
{
border-color: #874ADE;
}
.TagClassName
{
border-color: #874ADE;
}
</style>