Html Css Color HEX #874FAC Deep Lilac

📋 copy color: '#874FAC'

red 135 ◦ green 79 ◦ blue 172

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

Shades of Deep Lilac #874FAC

Tints of Deep Lilac #874FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.56%

R = 34.97%
G = 20.47%
B = 44.56%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#874FAC (or 0x874FAC) is known color: Deep Lilac. HEX triplet: 87, 4F and AC. RGB value is (135,79,172). Sum of RGB (Red+Green+Blue) = 135+79+172=386 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.97% from 386); Green value is 79 (31.25% from 255 or 20.47% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #874FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #874FAC is #78B053. Grayscale: #6A6A6A. Windows color (decimal): -7909460 or 11292551. OLE color: 11292551.

HSL color Cylindrical-coordinate representation of color #874FAC: hue angle of 276.13º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #874FAC is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 79 172 -
CMYK 0.22 0.54 0 0.33
HSL 276.13º 0.37% 0.49% -
HSV(B) 276.13º 0.54% 0.67% -
XYZ 20.23 13.72 40.61 -
YUV 106.35 165.05 148.44 -
System Red Green Blue C M Y K H S L
Decimal 135 79 172 0.22 0.54 0 0.33 276.13 0.37 0.49
Hex 87 4F AC 16 36 0 21 114 25 31
Octal 207 117 254 26 66 0 41 424 45 61
Binary 10000111 1001111 10101100 10110 110110 0 100001 100010100 100101 110001

Color Harmonies of #874FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874FAC

Black with #874FAC

Text Example


Text Example

White with #874FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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