Html Css Color HEX #874BC8 Deep Lilac

📋 copy color: '#874BC8'

red 135 ◦ green 75 ◦ blue 200

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

Shades of Deep Lilac #874BC8

Tints of Deep Lilac #874BC8

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.29%

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

R = 32.93%
G = 18.29%
B = 48.78%

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

#874BC8 (or 0x874BC8) is known color: Deep Lilac. HEX triplet: 87, 4B and C8. RGB value is (135,75,200). Sum of RGB (Red+Green+Blue) = 135+75+200=410 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.93% from 410); Green value is 75 (29.69% from 255 or 18.29% from 410); Blue value is 200 (78.52% from 255 or 48.78% from 410); Max value from RGB is 200 - color contains mainly: blue. Hex color #874BC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874BC8 is #78B437. Grayscale: #6A6A6A. Windows color (decimal): -7910456 or 13126535. OLE color: 13126535.

HSL color Cylindrical-coordinate representation of color #874BC8: hue angle of 268.8º 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 #874BC8 is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 135 75 200 -
CMYK 0.32 0.62 0 0.22
HSL 268.8º 0.53% 0.54% -
HSV(B) 268.8º 0.63% 0.78% -
XYZ 22.93 14.35 56.21 -
YUV 107.19 180.38 147.84 -
System Red Green Blue C M Y K H S L
Decimal 135 75 200 0.32 0.62 0 0.22 268.8 0.53 0.54
Hex 87 4B C8 20 3E 0 16 10D 35 36
Octal 207 113 310 40 76 0 26 415 65 66
Binary 10000111 1001011 11001000 100000 111110 0 10110 100001101 110101 110110

Color Harmonies of #874BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874BC8

Black with #874BC8

Text Example


Text Example

White with #874BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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