Html Css Color HEX #874DB9 Deep Lilac

📋 copy color: '#874DB9'

red 135 ◦ green 77 ◦ blue 185

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

Shades of Deep Lilac #874DB9

Tints of Deep Lilac #874DB9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.4%

 BLUE value IS 185 (72.66% from 255) = 46.6%

R = 34.01%
G = 19.4%
B = 46.6%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#874DB9 (or 0x874DB9) is known color: Deep Lilac. HEX triplet: 87, 4D and B9. RGB value is (135,77,185). Sum of RGB (Red+Green+Blue) = 135+77+185=397 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.01% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 185 (72.66% from 255 or 46.60% from 397); Max value from RGB is 185 - color contains mainly: blue. Hex color #874DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874DB9 is #78B246. Grayscale: #6A6A6A. Windows color (decimal): -7909959 or 12144007. OLE color: 12144007.

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

Color convert

RGB 135 77 185 -
CMYK 0.27 0.58 0 0.27
HSL 272.22º 0.44% 0.51% -
HSV(B) 272.22º 0.58% 0.73% -
XYZ 21.4 13.96 47.47 -
YUV 106.65 172.22 148.22 -
System Red Green Blue C M Y K H S L
Decimal 135 77 185 0.27 0.58 0 0.27 272.22 0.44 0.51
Hex 87 4D B9 1B 3A 0 1B 110 2C 33
Octal 207 115 271 33 72 0 33 420 54 63
Binary 10000111 1001101 10111001 11011 111010 0 11011 100010000 101100 110011

Color Harmonies of #874DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874DB9

Black with #874DB9

Text Example


Text Example

White with #874DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,77,185); }

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

background-color css

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

 a { background-color: rgb(135,77,185); }

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

border-color css

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

 span { border-color: rgb(135,77,185); }

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