Html Css Color HEX #874DBF Deep Lilac

📋 copy color: '#874DBF'

red 135 ◦ green 77 ◦ blue 191

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

Shades of Deep Lilac #874DBF

Tints of Deep Lilac #874DBF

RGB

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

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

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

R = 33.5%
G = 19.11%
B = 47.39%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#874DBF (or 0x874DBF) is known color: Deep Lilac. HEX triplet: 87, 4D and BF. RGB value is (135,77,191). Sum of RGB (Red+Green+Blue) = 135+77+191=403 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.50% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #874DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874DBF is #78B240. Grayscale: #6A6A6A. Windows color (decimal): -7909953 or 12537223. OLE color: 12537223.

HSL color Cylindrical-coordinate representation of color #874DBF: hue angle of 270.53º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #874DBF is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 135 77 191 -
CMYK 0.29 0.60 0 0.25
HSL 270.53º 0.47% 0.53% -
HSV(B) 270.53º 0.6% 0.75% -
XYZ 22.05 14.22 50.87 -
YUV 107.34 175.22 147.73 -
System Red Green Blue C M Y K H S L
Decimal 135 77 191 0.29 0.60 0 0.25 270.53 0.47 0.53
Hex 87 4D BF 1D 3C 0 19 10F 2F 35
Octal 207 115 277 35 74 0 31 417 57 65
Binary 10000111 1001101 10111111 11101 111100 0 11001 100001111 101111 110101

Color Harmonies of #874DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874DBF

Black with #874DBF

Text Example


Text Example

White with #874DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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