#874cbe

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

Shades of Deep Lilac #874CBE

Tints of Deep Lilac #874CBE

Color information

#874CBE (or 0x874CBE) is unknown color: approx Deep Lilac. HEX triplet: 87, 4C and BE. RGB value is (135,76,190). Sum of RGB (Red+Green+Blue) = 135+76+190=401 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.67% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #874CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874CBE is #78B341. Grayscale: #6A6A6A. Windows color (decimal): -7910210 or 12471431. OLE color: 12471431.

HSL color Cylindrical-coordinate representation of color #874CBE: hue angle of 271.05º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #874CBE is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13576190-
CMYK0.290.6000.25
HSL271.05º46.72%52.16%-
HSV(B)271.05º60%74.51%-
XYZ21.8714.0450.27-
YUV106.64175.05148.23-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.67%
GREEN value IS 76 (30.08% from 255) = 18.95%
BLUE value IS 190 (74.61% from 255) = 47.38%
R=33.67%
G=18.95%
B=47.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal135761900.290.6000.25271.0546.7252.16
Hex874CBE1D3C01910f2f34
Octal20711427635740314175764
Binary1000011110011001011111011101111100011001100001111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874cbe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,76,190); }

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

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

 a { background-color: rgb(135,76,190); }

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

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

 span { border-color: rgb(135,76,190); }

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