Html Css Color HEX #874FB3 Deep Lilac

📋 copy color: '#874FB3'

red 135 ◦ green 79 ◦ blue 179

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

Shades of Deep Lilac #874FB3

Tints of Deep Lilac #874FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.55%

R = 34.35%
G = 20.1%
B = 45.55%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#874FB3 (or 0x874FB3) is known color: Deep Lilac. HEX triplet: 87, 4F and B3. RGB value is (135,79,179). Sum of RGB (Red+Green+Blue) = 135+79+179=393 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.35% from 393); Green value is 79 (31.25% from 255 or 20.10% from 393); Blue value is 179 (70.31% from 255 or 45.55% from 393); Max value from RGB is 179 - color contains mainly: blue. Hex color #874FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874FB3 is #78B04C. Grayscale: #6A6A6A. Windows color (decimal): -7909453 or 11751303. OLE color: 11751303.

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

Color convert

RGB 135 79 179 -
CMYK 0.25 0.56 0 0.30
HSL 273.6º 0.4% 0.51% -
HSV(B) 273.6º 0.56% 0.7% -
XYZ 20.92 14 44.25 -
YUV 107.14 168.55 147.87 -
System Red Green Blue C M Y K H S L
Decimal 135 79 179 0.25 0.56 0 0.30 273.6 0.4 0.51
Hex 87 4F B3 19 38 0 1E 112 28 33
Octal 207 117 263 31 70 0 36 422 50 63
Binary 10000111 1001111 10110011 11001 111000 0 11110 100010010 101000 110011

Color Harmonies of #874FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874FB3

Black with #874FB3

Text Example


Text Example

White with #874FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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