#874BC3

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

Shades of Deep Lilac #874BC3

Tints of Deep Lilac #874BC3

Color information

#874BC3 (or 0x874BC3) is unknown color: approx Deep Lilac. HEX triplet: 87, 4B and C3. RGB value is (135,75,195). Sum of RGB (Red+Green+Blue) = 135+75+195=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 75 (29.69% from 255 or 18.52% from 405); Blue value is 195 (76.56% from 255 or 48.15% from 405); Max value from RGB is 195 - color contains mainly: blue. Hex color #874BC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874BC3 is #78B43C. Grayscale: #6A6A6A. Windows color (decimal): -7910461 or 12798855. OLE color: 12798855.

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

Color convert

RGB13575195-
CMYK0.310.6200.24
HSL270º50%52.94%-
HSV(B)270º61.54%76.47%-
XYZ22.3614.1253.18-
YUV106.62177.88148.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.33%
GREEN value IS 75 (29.69% from 255) = 18.52%
BLUE value IS 195 (76.56% from 255) = 48.15%
R=33.33%
G=18.52%
B=48.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal135751950.310.6200.242705052.94
Hex874BC31F3E01810e3235
Octal20711330337760304166265
Binary1000011110010111100001111111111110011000100001110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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