Html Css Color HEX #9756BA Deep Lilac

📋 copy color: '#9756BA'

red 151 ◦ green 86 ◦ blue 186

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

Shades of Deep Lilac #9756BA

Tints of Deep Lilac #9756BA

RGB

 RED value IS 151 (59.38% from 255) = 35.7%

 GREEN value IS 86 (33.98% from 255) = 20.33%

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

R = 35.7%
G = 20.33%
B = 43.97%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9756BA (or 0x9756BA) is known color: Deep Lilac. HEX triplet: 97, 56 and BA. RGB value is (151,86,186). Sum of RGB (Red+Green+Blue) = 151+86+186=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 86 (33.98% from 255 or 20.33% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #9756BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9756BA is #68A945. Grayscale: #747474. Windows color (decimal): -6859078 or 12211863. OLE color: 12211863.

HSL color Cylindrical-coordinate representation of color #9756BA: hue angle of 279º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9756BA is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 86 186 -
CMYK 0.19 0.54 0 0.27
HSL 279º 0.42% 0.53% -
HSV(B) 279º 0.54% 0.73% -
XYZ 24.95 16.78 48.38 -
YUV 116.84 167.03 152.37 -
System Red Green Blue C M Y K H S L
Decimal 151 86 186 0.19 0.54 0 0.27 279 0.42 0.53
Hex 97 56 BA 13 36 0 1B 117 2A 35
Octal 227 126 272 23 66 0 33 427 52 65
Binary 10010111 1010110 10111010 10011 110110 0 11011 100010111 101010 110101

Color Harmonies of #9756BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9756BA

Black with #9756BA

Text Example


Text Example

White with #9756BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9756BA; }

 p { color: rgb(151,86,186); }

 H1.HeaderClassName
 {
   color: #9756BA;
 }
 .AnyTagClassName
 {
   color: #9756BA;
 }
</style>

background-color css

<style>
 a { background-color: #9756BA; }

 a { background-color: rgb(151,86,186); }

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

border-color css

<style>
 span { border-color: #9756BA; }

 span { border-color: rgb(151,86,186); }

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