Html Css Color HEX #9B59BA Deep Lilac

📋 copy color: '#9B59BA'

red 155 ◦ green 89 ◦ blue 186

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

Shades of Deep Lilac #9B59BA

Tints of Deep Lilac #9B59BA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.7%

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

R = 36.05%
G = 20.7%
B = 43.26%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B59BA (or 0x9B59BA) is known color: Deep Lilac. HEX triplet: 9B, 59 and BA. RGB value is (155,89,186). Sum of RGB (Red+Green+Blue) = 155+89+186=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B59BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B59BA is #64A645. Grayscale: #777777. Windows color (decimal): -6596166 or 12212635. OLE color: 12212635.

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

Color convert

RGB 155 89 186 -
CMYK 0.17 0.52 0 0.27
HSL 280.82º 0.41% 0.54% -
HSV(B) 280.82º 0.52% 0.73% -
XYZ 25.95 17.66 48.49 -
YUV 119.79 165.37 153.11 -
System Red Green Blue C M Y K H S L
Decimal 155 89 186 0.17 0.52 0 0.27 280.82 0.41 0.54
Hex 9B 59 BA 11 34 0 1B 119 29 36
Octal 233 131 272 21 64 0 33 431 51 66
Binary 10011011 1011001 10111010 10001 110100 0 11011 100011001 101001 110110

Color Harmonies of #9B59BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B59BA

Black with #9B59BA

Text Example


Text Example

White with #9B59BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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