Html Css Color HEX #9C5BAD Deep Lilac

📋 copy color: '#9C5BAD'

red 156 ◦ green 91 ◦ blue 173

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

Shades of Deep Lilac #9C5BAD

Tints of Deep Lilac #9C5BAD

RGB

 RED value IS 156 (61.33% from 255) = 37.14%

 GREEN value IS 91 (35.94% from 255) = 21.67%

 BLUE value IS 173 (67.97% from 255) = 41.19%

R = 37.14%
G = 21.67%
B = 41.19%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9C5BAD (or 0x9C5BAD) is known color: Deep Lilac. HEX triplet: 9C, 5B and AD. RGB value is (156,91,173). Sum of RGB (Red+Green+Blue) = 156+91+173=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #9C5BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5BAD is #63A452. Grayscale: #777777. Windows color (decimal): -6530131 or 11361180. OLE color: 11361180.

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

Color convert

RGB 156 91 173 -
CMYK 0.10 0.47 0 0.32
HSL 287.56º 0.33% 0.52% -
HSV(B) 287.56º 0.47% 0.68% -
XYZ 24.99 17.57 41.61 -
YUV 119.78 158.03 153.83 -
System Red Green Blue C M Y K H S L
Decimal 156 91 173 0.10 0.47 0 0.32 287.56 0.33 0.52
Hex 9C 5B AD A 2F 0 20 120 21 34
Octal 234 133 255 12 57 0 40 440 41 64
Binary 10011100 1011011 10101101 1010 101111 0 100000 100100000 100001 110100

Color Harmonies of #9C5BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5BAD

Black with #9C5BAD

Text Example


Text Example

White with #9C5BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,91,173); }

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

background-color css

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

 a { background-color: rgb(156,91,173); }

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

border-color css

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

 span { border-color: rgb(156,91,173); }

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