Html Css Color HEX #9C5DB4 Deep Lilac

📋 copy color: '#9C5DB4'

red 156 ◦ green 93 ◦ blue 180

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

Shades of Deep Lilac #9C5DB4

Tints of Deep Lilac #9C5DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41.96%

R = 36.36%
G = 21.68%
B = 41.96%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9C5DB4 (or 0x9C5DB4) is known color: Deep Lilac. HEX triplet: 9C, 5D and B4. RGB value is (156,93,180). Sum of RGB (Red+Green+Blue) = 156+93+180=429 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.36% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 180 - color contains mainly: blue. Hex color #9C5DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5DB4 is #63A24B. Grayscale: #797979. Windows color (decimal): -6529612 or 11820444. OLE color: 11820444.

HSL color Cylindrical-coordinate representation of color #9C5DB4: hue angle of 283.45º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9C5DB4 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 156 93 180 -
CMYK 0.13 0.48 0 0.29
HSL 283.45º 0.37% 0.54% -
HSV(B) 283.45º 0.48% 0.71% -
XYZ 25.86 18.19 45.33 -
YUV 121.76 160.87 152.43 -
System Red Green Blue C M Y K H S L
Decimal 156 93 180 0.13 0.48 0 0.29 283.45 0.37 0.54
Hex 9C 5D B4 D 30 0 1D 11B 25 36
Octal 234 135 264 15 60 0 35 433 45 66
Binary 10011100 1011101 10110100 1101 110000 0 11101 100011011 100101 110110

Color Harmonies of #9C5DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5DB4

Black with #9C5DB4

Text Example


Text Example

White with #9C5DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,93,180); }

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

background-color css

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

 a { background-color: rgb(156,93,180); }

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

border-color css

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

 span { border-color: rgb(156,93,180); }

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