Html Css Color HEX #9B59AF Deep Lilac

📋 copy color: '#9B59AF'

red 155 ◦ green 89 ◦ blue 175

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

Shades of Deep Lilac #9B59AF

Tints of Deep Lilac #9B59AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.77%

R = 36.99%
G = 21.24%
B = 41.77%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9B59AF (or 0x9B59AF) is known color: Deep Lilac. HEX triplet: 9B, 59 and AF. RGB value is (155,89,175). Sum of RGB (Red+Green+Blue) = 155+89+175=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #9B59AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B59AF is #64A650. Grayscale: #767676. Windows color (decimal): -6596177 or 11491739. OLE color: 11491739.

HSL color Cylindrical-coordinate representation of color #9B59AF: hue angle of 286.05º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9B59AF is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 155 89 175 -
CMYK 0.11 0.49 0 0.31
HSL 286.05º 0.35% 0.52% -
HSV(B) 286.05º 0.49% 0.69% -
XYZ 24.83 17.21 42.57 -
YUV 118.54 159.87 154.01 -
System Red Green Blue C M Y K H S L
Decimal 155 89 175 0.11 0.49 0 0.31 286.05 0.35 0.52
Hex 9B 59 AF B 31 0 1F 11E 23 34
Octal 233 131 257 13 61 0 37 436 43 64
Binary 10011011 1011001 10101111 1011 110001 0 11111 100011110 100011 110100

Color Harmonies of #9B59AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B59AF

Black with #9B59AF

Text Example


Text Example

White with #9B59AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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