Html Css Color HEX #9B59BC Deep Lilac

📋 copy color: '#9B59BC'

red 155 ◦ green 89 ◦ blue 188

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

Shades of Deep Lilac #9B59BC

Tints of Deep Lilac #9B59BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.52%

R = 35.88%
G = 20.6%
B = 43.52%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9B59BC (or 0x9B59BC) is known color: Deep Lilac. HEX triplet: 9B, 59 and BC. RGB value is (155,89,188). Sum of RGB (Red+Green+Blue) = 155+89+188=432 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.88% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B59BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B59BC is #64A643. Grayscale: #777777. Windows color (decimal): -6596164 or 12343707. OLE color: 12343707.

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

Color convert

RGB 155 89 188 -
CMYK 0.18 0.53 0 0.26
HSL 280º 0.42% 0.54% -
HSV(B) 280º 0.53% 0.74% -
XYZ 26.17 17.74 49.62 -
YUV 120.02 166.37 152.95 -
System Red Green Blue C M Y K H S L
Decimal 155 89 188 0.18 0.53 0 0.26 280 0.42 0.54
Hex 9B 59 BC 12 35 0 1A 118 2A 36
Octal 233 131 274 22 65 0 32 430 52 66
Binary 10011011 1011001 10111100 10010 110101 0 11010 100011000 101010 110110

Color Harmonies of #9B59BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B59BC

Black with #9B59BC

Text Example


Text Example

White with #9B59BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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