Html Css Color HEX #874ABA Deep Lilac

📋 copy color: '#874ABA'

red 135 ◦ green 74 ◦ blue 186

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

Shades of Deep Lilac #874ABA

Tints of Deep Lilac #874ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.09%

R = 34.18%
G = 18.73%
B = 47.09%

CMYK

 C value IS 0.27

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#874ABA (or 0x874ABA) is known color: Deep Lilac. HEX triplet: 87, 4A and BA. RGB value is (135,74,186). Sum of RGB (Red+Green+Blue) = 135+74+186=395 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.18% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #874ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874ABA is #78B545. Grayscale: #686868. Windows color (decimal): -7910726 or 12208775. OLE color: 12208775.

HSL color Cylindrical-coordinate representation of color #874ABA: hue angle of 272.68º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #874ABA is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 74 186 -
CMYK 0.27 0.60 0 0.27
HSL 272.68º 0.45% 0.51% -
HSV(B) 272.68º 0.6% 0.73% -
XYZ 21.3 13.59 47.96 -
YUV 105.01 173.71 149.39 -
System Red Green Blue C M Y K H S L
Decimal 135 74 186 0.27 0.60 0 0.27 272.68 0.45 0.51
Hex 87 4A BA 1B 3C 0 1B 111 2D 33
Octal 207 112 272 33 74 0 33 421 55 63
Binary 10000111 1001010 10111010 11011 111100 0 11011 100010001 101101 110011

Color Harmonies of #874ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874ABA

Black with #874ABA

Text Example


Text Example

White with #874ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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