Html Css Color HEX #873CAF Deep Lilac

📋 copy color: '#873CAF'

red 135 ◦ green 60 ◦ blue 175

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

Shades of Deep Lilac #873CAF

Tints of Deep Lilac #873CAF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.22%

 BLUE value IS 175 (68.75% from 255) = 47.3%

R = 36.49%
G = 16.22%
B = 47.3%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#873CAF (or 0x873CAF) is known color: Deep Lilac. HEX triplet: 87, 3C and AF. RGB value is (135,60,175). Sum of RGB (Red+Green+Blue) = 135+60+175=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 60 (23.83% from 255 or 16.22% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 175 - color contains mainly: blue. Hex color #873CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873CAF is #78C350. Grayscale: #5F5F5F. Windows color (decimal): -7914321 or 11484295. OLE color: 11484295.

HSL color Cylindrical-coordinate representation of color #873CAF: hue angle of 279.13º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #873CAF is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 135 60 175 -
CMYK 0.23 0.66 0 0.31
HSL 279.13º 0.49% 0.46% -
HSV(B) 279.13º 0.66% 0.69% -
XYZ 19.35 11.48 41.75 -
YUV 95.54 172.85 156.15 -
System Red Green Blue C M Y K H S L
Decimal 135 60 175 0.23 0.66 0 0.31 279.13 0.49 0.46
Hex 87 3C AF 17 42 0 1F 117 31 2E
Octal 207 74 257 27 102 0 37 427 61 56
Binary 10000111 111100 10101111 10111 1000010 0 11111 100010111 110001 101110

Color Harmonies of #873CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873CAF

Black with #873CAF

Text Example


Text Example

White with #873CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873CAF; }

 p { color: rgb(135,60,175); }

 H1.HeaderClassName
 {
   color: #873CAF;
 }
 .AnyTagClassName
 {
   color: #873CAF;
 }
</style>

background-color css

<style>
 a { background-color: #873CAF; }

 a { background-color: rgb(135,60,175); }

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

border-color css

<style>
 span { border-color: #873CAF; }

 span { border-color: rgb(135,60,175); }

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