Html Css Color HEX #9B5DAC Deep Lilac

📋 copy color: '#9B5DAC'

red 155 ◦ green 93 ◦ blue 172

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

Shades of Deep Lilac #9B5DAC

Tints of Deep Lilac #9B5DAC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.14%

 BLUE value IS 172 (67.58% from 255) = 40.95%

R = 36.9%
G = 22.14%
B = 40.95%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B5DAC (or 0x9B5DAC) is known color: Deep Lilac. HEX triplet: 9B, 5D and AC. RGB value is (155,93,172). Sum of RGB (Red+Green+Blue) = 155+93+172=420 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.90% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B5DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5DAC is #64A253. Grayscale: #787878. Windows color (decimal): -6595156 or 11296155. OLE color: 11296155.

HSL color Cylindrical-coordinate representation of color #9B5DAC: hue angle of 287.09º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B5DAC is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 93 172 -
CMYK 0.10 0.46 0 0.33
HSL 287.09º 0.32% 0.52% -
HSV(B) 287.09º 0.46% 0.67% -
XYZ 24.88 17.78 41.15 -
YUV 120.54 157.04 152.58 -
System Red Green Blue C M Y K H S L
Decimal 155 93 172 0.10 0.46 0 0.33 287.09 0.32 0.52
Hex 9B 5D AC A 2E 0 21 11F 20 34
Octal 233 135 254 12 56 0 41 437 40 64
Binary 10011011 1011101 10101100 1010 101110 0 100001 100011111 100000 110100

Color Harmonies of #9B5DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5DAC

Black with #9B5DAC

Text Example


Text Example

White with #9B5DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,93,172); }

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

background-color css

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

 a { background-color: rgb(155,93,172); }

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

border-color css

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

 span { border-color: rgb(155,93,172); }

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