Html Css Color HEX #874DC8 Deep Lilac

📋 copy color: '#874DC8'

red 135 ◦ green 77 ◦ blue 200

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

Shades of Deep Lilac #874DC8

Tints of Deep Lilac #874DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 48.54%

R = 32.77%
G = 18.69%
B = 48.54%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#874DC8 (or 0x874DC8) is known color: Deep Lilac. HEX triplet: 87, 4D and C8. RGB value is (135,77,200). Sum of RGB (Red+Green+Blue) = 135+77+200=412 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.77% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 200 (78.52% from 255 or 48.54% from 412); Max value from RGB is 200 - color contains mainly: blue. Hex color #874DC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874DC8 is #78B237. Grayscale: #6B6B6B. Windows color (decimal): -7909944 or 13127047. OLE color: 13127047.

HSL color Cylindrical-coordinate representation of color #874DC8: hue angle of 268.29º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #874DC8 is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 135 77 200 -
CMYK 0.32 0.62 0 0.22
HSL 268.29º 0.53% 0.54% -
HSV(B) 268.29º 0.62% 0.78% -
XYZ 23.07 14.63 56.25 -
YUV 108.36 179.72 147 -
System Red Green Blue C M Y K H S L
Decimal 135 77 200 0.32 0.62 0 0.22 268.29 0.53 0.54
Hex 87 4D C8 20 3E 0 16 10C 35 36
Octal 207 115 310 40 76 0 26 414 65 66
Binary 10000111 1001101 11001000 100000 111110 0 10110 100001100 110101 110110

Color Harmonies of #874DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874DC8

Black with #874DC8

Text Example


Text Example

White with #874DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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