Shades of Blue Violet #874ADF
Tints of Blue Violet #874ADF
RGB
CMYK
RGB Variations
Color information
#874ADF (or 0x874ADF) is known color: Blue Violet. HEX triplet: 87, 4A and DF. RGB value is (135,74,223). Sum of RGB (Red+Green+Blue) = 135+74+223=432 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.25% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #874ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874ADF is #78B520. Grayscale: #6C6C6C. Windows color (decimal): -7910689 or 14633607. OLE color: 14633607.
HSL color Cylindrical-coordinate representation of color #874ADF: hue angle of 264.56º degrees, saturation: 0.7, 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 #874ADF is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 74 | 223 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.13 |
| HSL | 264.56º | 0.7% | 0.58% | - |
| HSV(B) | 264.56º | 0.67% | 0.87% | - |
| XYZ | 25.76 | 15.38 | 71.42 | - |
| YUV | 109.23 | 192.21 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 74 | 223 | 0.39 | 0.67 | 0 | 0.13 | 264.56 | 0.7 | 0.58 |
| Hex | 87 | 4A | DF | 27 | 43 | 0 | D | 109 | 46 | 3A |
| Octal | 207 | 112 | 337 | 47 | 103 | 0 | 15 | 411 | 106 | 72 |
| Binary | 10000111 | 1001010 | 11011111 | 100111 | 1000011 | 0 | 1101 | 100001001 | 1000110 | 111010 |
Color Harmonies of #874ADF
Complementary color
Monochromatic Colors of #874ADF
Black with #874ADF
Text Example
Text Example
White with #874ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874ADF; }
p { color: rgb(135,74,223); }
H1.HeaderClassName
{
color: #874ADF;
}
.AnyTagClassName
{
color: #874ADF;
}
</style>
background-color css
<style>
a { background-color: #874ADF; }
a { background-color: rgb(135,74,223); }
div.DivClassName
{
background-color: #874ADF;
}
.BgClassName
{
background-color: #874ADF;
}
</style>
border-color css
<style>
span { border-color: #874ADF; }
span { border-color: rgb(135,74,223); }
td.TdClassName
{
border-color: #874ADF;
}
.TagClassName
{
border-color: #874ADF;
}
</style>