Html Css Color HEX #9C5BAE Deep Lilac

📋 copy color: '#9C5BAE'

red 156 ◦ green 91 ◦ blue 174

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

Shades of Deep Lilac #9C5BAE

Tints of Deep Lilac #9C5BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.33%

R = 37.05%
G = 21.62%
B = 41.33%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9C5BAE (or 0x9C5BAE) is known color: Deep Lilac. HEX triplet: 9C, 5B and AE. RGB value is (156,91,174). Sum of RGB (Red+Green+Blue) = 156+91+174=421 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.05% from 421); Green value is 91 (35.94% from 255 or 21.62% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: blue. Hex color #9C5BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5BAE is #63A451. Grayscale: #777777. Windows color (decimal): -6530130 or 11426716. OLE color: 11426716.

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

Color convert

RGB 156 91 174 -
CMYK 0.10 0.48 0 0.32
HSL 286.99º 0.34% 0.52% -
HSV(B) 286.99º 0.48% 0.68% -
XYZ 25.09 17.61 42.12 -
YUV 119.9 158.53 153.75 -
System Red Green Blue C M Y K H S L
Decimal 156 91 174 0.10 0.48 0 0.32 286.99 0.34 0.52
Hex 9C 5B AE A 30 0 20 11F 22 34
Octal 234 133 256 12 60 0 40 437 42 64
Binary 10011100 1011011 10101110 1010 110000 0 100000 100011111 100010 110100

Color Harmonies of #9C5BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5BAE

Black with #9C5BAE

Text Example


Text Example

White with #9C5BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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