Html Css Color HEX #9B50AE Deep Lilac

📋 copy color: '#9B50AE'

red 155 ◦ green 80 ◦ blue 174

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

Shades of Deep Lilac #9B50AE

Tints of Deep Lilac #9B50AE

RGB

 RED value IS 155 (60.94% from 255) = 37.9%

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

 BLUE value IS 174 (68.36% from 255) = 42.54%

R = 37.9%
G = 19.56%
B = 42.54%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9B50AE (or 0x9B50AE) is known color: Deep Lilac. HEX triplet: 9B, 50 and AE. RGB value is (155,80,174). Sum of RGB (Red+Green+Blue) = 155+80+174=409 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.90% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B50AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B50AE is #64AF51. Grayscale: #707070. Windows color (decimal): -6598482 or 11423899. OLE color: 11423899.

HSL color Cylindrical-coordinate representation of color #9B50AE: hue angle of 287.87º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B50AE is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 155 80 174 -
CMYK 0.11 0.54 0 0.32
HSL 287.87º 0.37% 0.5% -
HSV(B) 287.87º 0.54% 0.68% -
XYZ 24.03 15.76 41.82 -
YUV 113.14 162.35 157.86 -
System Red Green Blue C M Y K H S L
Decimal 155 80 174 0.11 0.54 0 0.32 287.87 0.37 0.5
Hex 9B 50 AE B 36 0 20 120 25 32
Octal 233 120 256 13 66 0 40 440 45 62
Binary 10011011 1010000 10101110 1011 110110 0 100000 100100000 100101 110010

Color Harmonies of #9B50AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B50AE

Black with #9B50AE

Text Example


Text Example

White with #9B50AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,80,174); }

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

background-color css

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

 a { background-color: rgb(155,80,174); }

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

border-color css

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

 span { border-color: rgb(155,80,174); }

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