Html Css Color HEX #874FC0 Deep Lilac

📋 copy color: '#874FC0'

red 135 ◦ green 79 ◦ blue 192

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

Shades of Deep Lilac #874FC0

Tints of Deep Lilac #874FC0

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.46%

 BLUE value IS 192 (75.39% from 255) = 47.29%

R = 33.25%
G = 19.46%
B = 47.29%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#874FC0 (or 0x874FC0) is known color: Deep Lilac. HEX triplet: 87, 4F and C0. RGB value is (135,79,192). Sum of RGB (Red+Green+Blue) = 135+79+192=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 79 (31.25% from 255 or 19.46% from 406); Blue value is 192 (75.39% from 255 or 47.29% from 406); Max value from RGB is 192 - color contains mainly: blue. Hex color #874FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874FC0 is #78B03F. Grayscale: #6C6C6C. Windows color (decimal): -7909440 or 12603271. OLE color: 12603271.

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

Color convert

RGB 135 79 192 -
CMYK 0.30 0.59 0 0.25
HSL 269.73º 0.47% 0.53% -
HSV(B) 269.73º 0.59% 0.75% -
XYZ 22.3 14.55 51.5 -
YUV 108.63 175.05 146.81 -
System Red Green Blue C M Y K H S L
Decimal 135 79 192 0.30 0.59 0 0.25 269.73 0.47 0.53
Hex 87 4F C0 1E 3B 0 19 10E 2F 35
Octal 207 117 300 36 73 0 31 416 57 65
Binary 10000111 1001111 11000000 11110 111011 0 11001 100001110 101111 110101

Color Harmonies of #874FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874FC0

Black with #874FC0

Text Example


Text Example

White with #874FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,79,192); }

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

background-color css

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

 a { background-color: rgb(135,79,192); }

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

border-color css

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

 span { border-color: rgb(135,79,192); }

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