Html Css Color HEX #874CBA Deep Lilac

📋 copy color: '#874CBA'

red 135 ◦ green 76 ◦ blue 186

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

Shades of Deep Lilac #874CBA

Tints of Deep Lilac #874CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.85%

R = 34.01%
G = 19.14%
B = 46.85%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#874CBA (or 0x874CBA) is known color: Deep Lilac. HEX triplet: 87, 4C and BA. RGB value is (135,76,186). Sum of RGB (Red+Green+Blue) = 135+76+186=397 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.01% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #874CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #874CBA is #78B345. Grayscale: #696969. Windows color (decimal): -7910214 or 12209287. OLE color: 12209287.

HSL color Cylindrical-coordinate representation of color #874CBA: hue angle of 272.18º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #874CBA is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 76 186 -
CMYK 0.27 0.59 0 0.27
HSL 272.18º 0.44% 0.51% -
HSV(B) 272.18º 0.59% 0.73% -
XYZ 21.44 13.86 48 -
YUV 106.18 173.05 148.56 -
System Red Green Blue C M Y K H S L
Decimal 135 76 186 0.27 0.59 0 0.27 272.18 0.44 0.51
Hex 87 4C BA 1B 3B 0 1B 110 2C 33
Octal 207 114 272 33 73 0 33 420 54 63
Binary 10000111 1001100 10111010 11011 111011 0 11011 100010000 101100 110011

Color Harmonies of #874CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874CBA

Black with #874CBA

Text Example


Text Example

White with #874CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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