Html Css Color HEX #9C5BBA Deep Lilac

📋 copy color: '#9C5BBA'

red 156 ◦ green 91 ◦ blue 186

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

Shades of Deep Lilac #9C5BBA

Tints of Deep Lilac #9C5BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.96%

R = 36.03%
G = 21.02%
B = 42.96%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9C5BBA (or 0x9C5BBA) is known color: Deep Lilac. HEX triplet: 9C, 5B and BA. RGB value is (156,91,186). Sum of RGB (Red+Green+Blue) = 156+91+186=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C5BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5BBA is #63A445. Grayscale: #787878. Windows color (decimal): -6530118 or 12213148. OLE color: 12213148.

HSL color Cylindrical-coordinate representation of color #9C5BBA: hue angle of 281.05º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C5BBA is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 91 186 -
CMYK 0.16 0.51 0 0.27
HSL 281.05º 0.41% 0.54% -
HSV(B) 281.05º 0.51% 0.73% -
XYZ 26.31 18.1 48.56 -
YUV 121.27 164.53 152.78 -
System Red Green Blue C M Y K H S L
Decimal 156 91 186 0.16 0.51 0 0.27 281.05 0.41 0.54
Hex 9C 5B BA 10 33 0 1B 119 29 36
Octal 234 133 272 20 63 0 33 431 51 66
Binary 10011100 1011011 10111010 10000 110011 0 11011 100011001 101001 110110

Color Harmonies of #9C5BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5BBA

Black with #9C5BBA

Text Example


Text Example

White with #9C5BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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