#874BAD

Color #874BAD Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #874BAD

Tints of Deep Lilac #874BAD

Color information

#874BAD (or 0x874BAD) is unknown color: approx Deep Lilac. HEX triplet: 87, 4B and AD. RGB value is (135,75,173). Sum of RGB (Red+Green+Blue) = 135+75+173=383 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.25% from 383); Green value is 75 (29.69% from 255 or 19.58% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #874BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874BAD is #78B452. Grayscale: #676767. Windows color (decimal): -7910483 or 11357063. OLE color: 11357063.

HSL color Cylindrical-coordinate representation of color #874BAD: hue angle of 276.73º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #874BAD is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13575173-
CMYK0.220.5700.32
HSL276.73º39.52%48.63%-
HSV(B)276.73º56.65%67.84%-
XYZ20.0513.241.03-
YUV104.11166.88150.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 35.25%
GREEN value IS 75 (29.69% from 255) = 19.58%
BLUE value IS 173 (67.97% from 255) = 45.17%
R=35.25%
G=19.58%
B=45.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal135751730.220.5700.32276.7339.5248.63
Hex874BAD16390201152831
Octal20711325526710404255061
Binary10000111100101110101101101101110010100000100010101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874BAD; }

 p { color: rgb(135,75,173); }

 H1.HeaderClassName
 {
   color: #874BAD;
 }
 .AnyTagClassName
 {
   color: #874BAD;
 }
</style>
background-color css

<style>
 a { background-color: #874BAD; }

 a { background-color: rgb(135,75,173); }

 div.DivClassName
 {
   background-color: #874BAD;
 }
 .BgClassName
 {
   background-color: #874BAD;
 }
</style>
border-color css

<style>
 span { border-color: #874BAD; }

 span { border-color: rgb(135,75,173); }

 td.TdClassName
 {
   border-color: #874BAD;
 }
 .TagClassName
 {
   border-color: #874BAD;
 }
</style>