Html Css Color HEX #874FB4 Deep Lilac

📋 copy color: '#874FB4'

red 135 ◦ green 79 ◦ blue 180

#874FB4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #874FB4

Tints of Deep Lilac #874FB4

RGB

 RED value IS 135 (53.13% from 255) = 34.26%

 GREEN value IS 79 (31.25% from 255) = 20.05%

 BLUE value IS 180 (70.7% from 255) = 45.69%

R = 34.26%
G = 20.05%
B = 45.69%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#874FB4 (or 0x874FB4) is known color: Deep Lilac. HEX triplet: 87, 4F and B4. RGB value is (135,79,180). Sum of RGB (Red+Green+Blue) = 135+79+180=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 79 (31.25% from 255 or 20.05% from 394); Blue value is 180 (70.70% from 255 or 45.69% from 394); Max value from RGB is 180 - color contains mainly: blue. Hex color #874FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874FB4 is #78B04B. Grayscale: #6A6A6A. Windows color (decimal): -7909452 or 11816839. OLE color: 11816839.

HSL color Cylindrical-coordinate representation of color #874FB4: hue angle of 273.27º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #874FB4 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 135 79 180 -
CMYK 0.25 0.56 0 0.29
HSL 273.27º 0.4% 0.51% -
HSV(B) 273.27º 0.56% 0.71% -
XYZ 21.03 14.04 44.78 -
YUV 107.26 169.05 147.79 -
System Red Green Blue C M Y K H S L
Decimal 135 79 180 0.25 0.56 0 0.29 273.27 0.4 0.51
Hex 87 4F B4 19 38 0 1D 111 28 33
Octal 207 117 264 31 70 0 35 421 50 63
Binary 10000111 1001111 10110100 11001 111000 0 11101 100010001 101000 110011

Color Harmonies of #874FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874FB4

Black with #874FB4

Text Example


Text Example

White with #874FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,79,180); }

 H1.HeaderClassName
 {
   color: #874FB4;
 }
 .AnyTagClassName
 {
   color: #874FB4;
 }
</style>

background-color css

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

 a { background-color: rgb(135,79,180); }

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

border-color css

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

 span { border-color: rgb(135,79,180); }

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