Html Css Color HEX #874FC6 Deep Lilac

📋 copy color: '#874FC6'

red 135 ◦ green 79 ◦ blue 198

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

Shades of Deep Lilac #874FC6

Tints of Deep Lilac #874FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 48.06%

R = 32.77%
G = 19.17%
B = 48.06%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#874FC6 (or 0x874FC6) is known color: Deep Lilac. HEX triplet: 87, 4F and C6. RGB value is (135,79,198). Sum of RGB (Red+Green+Blue) = 135+79+198=412 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.77% from 412); Green value is 79 (31.25% from 255 or 19.17% from 412); Blue value is 198 (77.73% from 255 or 48.06% from 412); Max value from RGB is 198 - color contains mainly: blue. Hex color #874FC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874FC6 is #78B039. Grayscale: #6C6C6C. Windows color (decimal): -7909434 or 12996487. OLE color: 12996487.

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

Color convert

RGB 135 79 198 -
CMYK 0.32 0.60 0 0.22
HSL 268.24º 0.51% 0.54% -
HSV(B) 268.24º 0.6% 0.78% -
XYZ 22.98 14.82 55.08 -
YUV 109.31 178.05 146.32 -
System Red Green Blue C M Y K H S L
Decimal 135 79 198 0.32 0.60 0 0.22 268.24 0.51 0.54
Hex 87 4F C6 20 3C 0 16 10C 33 36
Octal 207 117 306 40 74 0 26 414 63 66
Binary 10000111 1001111 11000110 100000 111100 0 10110 100001100 110011 110110

Color Harmonies of #874FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874FC6

Black with #874FC6

Text Example


Text Example

White with #874FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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