Html Css Color HEX #9C5BAF Deep Lilac

📋 copy color: '#9C5BAF'

red 156 ◦ green 91 ◦ blue 175

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

Shades of Deep Lilac #9C5BAF

Tints of Deep Lilac #9C5BAF

RGB

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

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

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

R = 36.97%
G = 21.56%
B = 41.47%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9C5BAF (or 0x9C5BAF) is known color: Deep Lilac. HEX triplet: 9C, 5B and AF. RGB value is (156,91,175). Sum of RGB (Red+Green+Blue) = 156+91+175=422 (55% of max value = 765). Red value is 156 (61.33% from 255 or 36.97% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 175 - color contains mainly: blue. Hex color #9C5BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5BAF is #63A450. Grayscale: #777777. Windows color (decimal): -6530129 or 11492252. OLE color: 11492252.

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

Color convert

RGB 156 91 175 -
CMYK 0.11 0.48 0 0.31
HSL 286.43º 0.34% 0.52% -
HSV(B) 286.43º 0.48% 0.69% -
XYZ 25.19 17.65 42.64 -
YUV 120.01 159.03 153.67 -
System Red Green Blue C M Y K H S L
Decimal 156 91 175 0.11 0.48 0 0.31 286.43 0.34 0.52
Hex 9C 5B AF B 30 0 1F 11E 22 34
Octal 234 133 257 13 60 0 37 436 42 64
Binary 10011100 1011011 10101111 1011 110000 0 11111 100011110 100010 110100

Color Harmonies of #9C5BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5BAF

Black with #9C5BAF

Text Example


Text Example

White with #9C5BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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