Html Css Color HEX #874ABF Deep Lilac

📋 copy color: '#874ABF'

red 135 ◦ green 74 ◦ blue 191

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

Shades of Deep Lilac #874ABF

Tints of Deep Lilac #874ABF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.5%

 BLUE value IS 191 (75% from 255) = 47.75%

R = 33.75%
G = 18.5%
B = 47.75%

CMYK

 C value IS 0.29

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#874ABF (or 0x874ABF) is known color: Deep Lilac. HEX triplet: 87, 4A and BF. RGB value is (135,74,191). Sum of RGB (Red+Green+Blue) = 135+74+191=400 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.75% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #874ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874ABF is #78B540. Grayscale: #696969. Windows color (decimal): -7910721 or 12536455. OLE color: 12536455.

HSL color Cylindrical-coordinate representation of color #874ABF: hue angle of 271.28º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #874ABF is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 135 74 191 -
CMYK 0.29 0.61 0 0.25
HSL 271.28º 0.48% 0.52% -
HSV(B) 271.28º 0.61% 0.75% -
XYZ 21.84 13.81 50.8 -
YUV 105.58 176.21 148.99 -
System Red Green Blue C M Y K H S L
Decimal 135 74 191 0.29 0.61 0 0.25 271.28 0.48 0.52
Hex 87 4A BF 1D 3D 0 19 10F 30 34
Octal 207 112 277 35 75 0 31 417 60 64
Binary 10000111 1001010 10111111 11101 111101 0 11001 100001111 110000 110100

Color Harmonies of #874ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874ABF

Black with #874ABF

Text Example


Text Example

White with #874ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,74,191); }

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

background-color css

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

 a { background-color: rgb(135,74,191); }

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

border-color css

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

 span { border-color: rgb(135,74,191); }

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