Html Css Color HEX #9D50AB Deep Lilac

📋 copy color: '#9D50AB'

red 157 ◦ green 80 ◦ blue 171

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

Shades of Deep Lilac #9D50AB

Tints of Deep Lilac #9D50AB

RGB

 RED value IS 157 (61.72% from 255) = 38.48%

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

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

R = 38.48%
G = 19.61%
B = 41.91%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9D50AB (or 0x9D50AB) is known color: Deep Lilac. HEX triplet: 9D, 50 and AB. RGB value is (157,80,171). Sum of RGB (Red+Green+Blue) = 157+80+171=408 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.48% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D50AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D50AB is #62AF54. Grayscale: #717171. Windows color (decimal): -6467413 or 11227293. OLE color: 11227293.

HSL color Cylindrical-coordinate representation of color #9D50AB: hue angle of 290.77º 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 #9D50AB is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 157 80 171 -
CMYK 0.08 0.53 0 0.33
HSL 290.77º 0.36% 0.49% -
HSV(B) 290.77º 0.53% 0.67% -
XYZ 24.12 15.85 40.32 -
YUV 113.4 160.51 159.1 -
System Red Green Blue C M Y K H S L
Decimal 157 80 171 0.08 0.53 0 0.33 290.77 0.36 0.49
Hex 9D 50 AB 8 35 0 21 123 24 31
Octal 235 120 253 10 65 0 41 443 44 61
Binary 10011101 1010000 10101011 1000 110101 0 100001 100100011 100100 110001

Color Harmonies of #9D50AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D50AB

Black with #9D50AB

Text Example


Text Example

White with #9D50AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D50AB; }

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

 H1.HeaderClassName
 {
   color: #9D50AB;
 }
 .AnyTagClassName
 {
   color: #9D50AB;
 }
</style>

background-color css

<style>
 a { background-color: #9D50AB; }

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

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

border-color css

<style>
 span { border-color: #9D50AB; }

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

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