#874BBC

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

Shades of Deep Lilac #874BBC

Tints of Deep Lilac #874BBC

Color information

#874BBC (or 0x874BBC) is unknown color: approx Deep Lilac. HEX triplet: 87, 4B and BC. RGB value is (135,75,188). Sum of RGB (Red+Green+Blue) = 135+75+188=398 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.92% from 398); Green value is 75 (29.69% from 255 or 18.84% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #874BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874BBC is #78B443. Grayscale: #696969. Windows color (decimal): -7910468 or 12340103. OLE color: 12340103.

HSL color Cylindrical-coordinate representation of color #874BBC: hue angle of 271.86º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #874BBC is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13575188-
CMYK0.280.6000.26
HSL271.86º45.75%51.57%-
HSV(B)271.86º60.11%73.73%-
XYZ21.5813.8149.11-
YUV105.82174.38148.81-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.92%
GREEN value IS 75 (29.69% from 255) = 18.84%
BLUE value IS 188 (73.83% from 255) = 47.24%
R=33.92%
G=18.84%
B=47.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal135751880.280.6000.26271.8645.7551.57
Hex874BBC1C3C01A1102e34
Octal20711327434740324205664
Binary1000011110010111011110011100111100011010100010000101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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