Html Css Color HEX #9B57BA Deep Lilac

📋 copy color: '#9B57BA'

red 155 ◦ green 87 ◦ blue 186

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

Shades of Deep Lilac #9B57BA

Tints of Deep Lilac #9B57BA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.33%

 BLUE value IS 186 (73.05% from 255) = 43.46%

R = 36.21%
G = 20.33%
B = 43.46%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B57BA (or 0x9B57BA) is known color: Deep Lilac. HEX triplet: 9B, 57 and BA. RGB value is (155,87,186). Sum of RGB (Red+Green+Blue) = 155+87+186=428 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.21% from 428); Green value is 87 (34.38% from 255 or 20.33% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B57BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B57BA is #64A845. Grayscale: #767676. Windows color (decimal): -6596678 or 12212123. OLE color: 12212123.

HSL color Cylindrical-coordinate representation of color #9B57BA: hue angle of 281.21º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9B57BA is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 87 186 -
CMYK 0.17 0.53 0 0.27
HSL 281.21º 0.42% 0.54% -
HSV(B) 281.21º 0.53% 0.73% -
XYZ 25.79 17.33 48.44 -
YUV 118.62 166.03 153.95 -
System Red Green Blue C M Y K H S L
Decimal 155 87 186 0.17 0.53 0 0.27 281.21 0.42 0.54
Hex 9B 57 BA 11 35 0 1B 119 2A 36
Octal 233 127 272 21 65 0 33 431 52 66
Binary 10011011 1010111 10111010 10001 110101 0 11011 100011001 101010 110110

Color Harmonies of #9B57BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B57BA

Black with #9B57BA

Text Example


Text Example

White with #9B57BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,87,186); }

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

background-color css

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

 a { background-color: rgb(155,87,186); }

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

border-color css

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

 span { border-color: rgb(155,87,186); }

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