Html Css Color HEX #874BB6 Deep Lilac

📋 copy color: '#874BB6'

red 135 ◦ green 75 ◦ blue 182

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

Shades of Deep Lilac #874BB6

Tints of Deep Lilac #874BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 46.43%

R = 34.44%
G = 19.13%
B = 46.43%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#874BB6 (or 0x874BB6) is known color: Deep Lilac. HEX triplet: 87, 4B and B6. RGB value is (135,75,182). Sum of RGB (Red+Green+Blue) = 135+75+182=392 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.44% from 392); Green value is 75 (29.69% from 255 or 19.13% from 392); Blue value is 182 (71.48% from 255 or 46.43% from 392); Max value from RGB is 182 - color contains mainly: blue. Hex color #874BB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874BB6 is #78B449. Grayscale: #686868. Windows color (decimal): -7910474 or 11946887. OLE color: 11946887.

HSL color Cylindrical-coordinate representation of color #874BB6: hue angle of 273.64º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #874BB6 is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 135 75 182 -
CMYK 0.26 0.59 0 0.29
HSL 273.64º 0.42% 0.5% -
HSV(B) 273.64º 0.59% 0.71% -
XYZ 20.95 13.56 45.77 -
YUV 105.14 171.38 149.3 -
System Red Green Blue C M Y K H S L
Decimal 135 75 182 0.26 0.59 0 0.29 273.64 0.42 0.5
Hex 87 4B B6 1A 3B 0 1D 112 2A 32
Octal 207 113 266 32 73 0 35 422 52 62
Binary 10000111 1001011 10110110 11010 111011 0 11101 100010010 101010 110010

Color Harmonies of #874BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874BB6

Black with #874BB6

Text Example


Text Example

White with #874BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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