Html Css Color HEX #874CCB Deep Lilac

📋 copy color: '#874CCB'

red 135 ◦ green 76 ◦ blue 203

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

Shades of Deep Lilac #874CCB

Tints of Deep Lilac #874CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.03%

R = 32.61%
G = 18.36%
B = 49.03%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#874CCB (or 0x874CCB) is known color: Deep Lilac. HEX triplet: 87, 4C and CB. RGB value is (135,76,203). Sum of RGB (Red+Green+Blue) = 135+76+203=414 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.61% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #874CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874CCB is #78B334. Grayscale: #6B6B6B. Windows color (decimal): -7910197 or 13323399. OLE color: 13323399.

HSL color Cylindrical-coordinate representation of color #874CCB: hue angle of 267.87º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #874CCB is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 135 76 203 -
CMYK 0.33 0.63 0 0.20
HSL 267.87º 0.55% 0.55% -
HSV(B) 267.87º 0.63% 0.8% -
XYZ 23.36 14.63 58.09 -
YUV 108.12 181.55 147.17 -
System Red Green Blue C M Y K H S L
Decimal 135 76 203 0.33 0.63 0 0.20 267.87 0.55 0.55
Hex 87 4C CB 21 3F 0 14 10C 37 37
Octal 207 114 313 41 77 0 24 414 67 67
Binary 10000111 1001100 11001011 100001 111111 0 10100 100001100 110111 110111

Color Harmonies of #874CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874CCB

Black with #874CCB

Text Example


Text Example

White with #874CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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