Html Css Color HEX #9B5BAE Deep Lilac

📋 copy color: '#9B5BAE'

red 155 ◦ green 91 ◦ blue 174

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

Shades of Deep Lilac #9B5BAE

Tints of Deep Lilac #9B5BAE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.67%

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

R = 36.9%
G = 21.67%
B = 41.43%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9B5BAE (or 0x9B5BAE) is known color: Deep Lilac. HEX triplet: 9B, 5B and AE. RGB value is (155,91,174). Sum of RGB (Red+Green+Blue) = 155+91+174=420 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.90% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B5BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5BAE is #64A451. Grayscale: #777777. Windows color (decimal): -6595666 or 11426715. OLE color: 11426715.

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

Color convert

RGB 155 91 174 -
CMYK 0.11 0.48 0 0.32
HSL 286.27º 0.34% 0.52% -
HSV(B) 286.27º 0.48% 0.68% -
XYZ 24.9 17.51 42.11 -
YUV 119.6 158.7 153.25 -
System Red Green Blue C M Y K H S L
Decimal 155 91 174 0.11 0.48 0 0.32 286.27 0.34 0.52
Hex 9B 5B AE B 30 0 20 11E 22 34
Octal 233 133 256 13 60 0 40 436 42 64
Binary 10011011 1011011 10101110 1011 110000 0 100000 100011110 100010 110100

Color Harmonies of #9B5BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5BAE

Black with #9B5BAE

Text Example


Text Example

White with #9B5BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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