Html Css Color HEX #874CBD Deep Lilac

📋 copy color: '#874CBD'

red 135 ◦ green 76 ◦ blue 189

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

Shades of Deep Lilac #874CBD

Tints of Deep Lilac #874CBD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19%

 BLUE value IS 189 (74.22% from 255) = 47.25%

R = 33.75%
G = 19%
B = 47.25%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#874CBD (or 0x874CBD) is known color: Deep Lilac. HEX triplet: 87, 4C and BD. RGB value is (135,76,189). Sum of RGB (Red+Green+Blue) = 135+76+189=400 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.75% from 400); Green value is 76 (30.08% from 255 or 19% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #874CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874CBD is #78B342. Grayscale: #6A6A6A. Windows color (decimal): -7910211 or 12405895. OLE color: 12405895.

HSL color Cylindrical-coordinate representation of color #874CBD: hue angle of 271.33º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #874CBD is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 135 76 189 -
CMYK 0.29 0.60 0 0.26
HSL 271.33º 0.46% 0.52% -
HSV(B) 271.33º 0.6% 0.74% -
XYZ 21.76 13.99 49.7 -
YUV 106.52 174.55 148.31 -
System Red Green Blue C M Y K H S L
Decimal 135 76 189 0.29 0.60 0 0.26 271.33 0.46 0.52
Hex 87 4C BD 1D 3C 0 1A 10F 2E 34
Octal 207 114 275 35 74 0 32 417 56 64
Binary 10000111 1001100 10111101 11101 111100 0 11010 100001111 101110 110100

Color Harmonies of #874CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874CBD

Black with #874CBD

Text Example


Text Example

White with #874CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,76,189); }

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

background-color css

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

 a { background-color: rgb(135,76,189); }

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

border-color css

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

 span { border-color: rgb(135,76,189); }

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