Html Css Color HEX #8950AB Deep Lilac

📋 copy color: '#8950AB'

red 137 ◦ green 80 ◦ blue 171

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

Shades of Deep Lilac #8950AB

Tints of Deep Lilac #8950AB

RGB

 RED value IS 137 (53.91% from 255) = 35.31%

 GREEN value IS 80 (31.64% from 255) = 20.62%

 BLUE value IS 171 (67.19% from 255) = 44.07%

R = 35.31%
G = 20.62%
B = 44.07%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8950AB (or 0x8950AB) is known color: Deep Lilac. HEX triplet: 89, 50 and AB. RGB value is (137,80,171). Sum of RGB (Red+Green+Blue) = 137+80+171=388 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.31% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #8950AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8950AB is #76AF54. Grayscale: #6B6B6B. Windows color (decimal): -7778133 or 11227273. OLE color: 11227273.

HSL color Cylindrical-coordinate representation of color #8950AB: hue angle of 277.58º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8950AB is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 80 171 -
CMYK 0.20 0.53 0 0.33
HSL 277.58º 0.36% 0.49% -
HSV(B) 277.58º 0.53% 0.67% -
XYZ 20.54 14 40.15 -
YUV 107.42 163.88 149.1 -
System Red Green Blue C M Y K H S L
Decimal 137 80 171 0.20 0.53 0 0.33 277.58 0.36 0.49
Hex 89 50 AB 14 35 0 21 116 24 31
Octal 211 120 253 24 65 0 41 426 44 61
Binary 10001001 1010000 10101011 10100 110101 0 100001 100010110 100100 110001

Color Harmonies of #8950AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8950AB

Black with #8950AB

Text Example


Text Example

White with #8950AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8950AB; }

 p { color: rgb(137,80,171); }

 H1.HeaderClassName
 {
   color: #8950AB;
 }
 .AnyTagClassName
 {
   color: #8950AB;
 }
</style>

background-color css

<style>
 a { background-color: #8950AB; }

 a { background-color: rgb(137,80,171); }

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

border-color css

<style>
 span { border-color: #8950AB; }

 span { border-color: rgb(137,80,171); }

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