Html Css Color HEX #9C50AB Deep Lilac

📋 copy color: '#9C50AB'

red 156 ◦ green 80 ◦ blue 171

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

Shades of Deep Lilac #9C50AB

Tints of Deep Lilac #9C50AB

RGB

 RED value IS 156 (61.33% from 255) = 38.33%

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

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

R = 38.33%
G = 19.66%
B = 42.01%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9C50AB (or 0x9C50AB) is known color: Deep Lilac. HEX triplet: 9C, 50 and AB. RGB value is (156,80,171). Sum of RGB (Red+Green+Blue) = 156+80+171=407 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.33% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C50AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C50AB is #63AF54. Grayscale: #707070. Windows color (decimal): -6532949 or 11227292. OLE color: 11227292.

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

Color convert

RGB 156 80 171 -
CMYK 0.09 0.53 0 0.33
HSL 290.11º 0.36% 0.49% -
HSV(B) 290.11º 0.53% 0.67% -
XYZ 23.93 15.75 40.31 -
YUV 113.1 160.68 158.6 -
System Red Green Blue C M Y K H S L
Decimal 156 80 171 0.09 0.53 0 0.33 290.11 0.36 0.49
Hex 9C 50 AB 9 35 0 21 122 24 31
Octal 234 120 253 11 65 0 41 442 44 61
Binary 10011100 1010000 10101011 1001 110101 0 100001 100100010 100100 110001

Color Harmonies of #9C50AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C50AB

Black with #9C50AB

Text Example


Text Example

White with #9C50AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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