#874CC2

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

Shades of Deep Lilac #874CC2

Tints of Deep Lilac #874CC2

Color information

#874CC2 (or 0x874CC2) is unknown color: approx Deep Lilac. HEX triplet: 87, 4C and C2. RGB value is (135,76,194). Sum of RGB (Red+Green+Blue) = 135+76+194=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 76 (30.08% from 255 or 18.77% from 405); Blue value is 194 (76.17% from 255 or 47.90% from 405); Max value from RGB is 194 - color contains mainly: blue. Hex color #874CC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874CC2 is #78B33D. Grayscale: #6A6A6A. Windows color (decimal): -7910206 or 12733575. OLE color: 12733575.

HSL color Cylindrical-coordinate representation of color #874CC2: hue angle of 270º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #874CC2 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13576194-
CMYK0.300.6100.24
HSL270º49.17%52.94%-
HSV(B)270º60.82%76.08%-
XYZ22.3114.2152.61-
YUV107.09177.05147.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.33%
GREEN value IS 76 (30.08% from 255) = 18.77%
BLUE value IS 194 (76.17% from 255) = 47.90%
R=33.33%
G=18.77%
B=47.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal135761940.300.6100.2427049.1752.94
Hex874CC21E3D01810e3135
Octal20711430236750304166165
Binary1000011110011001100001011110111101011000100001110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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