Html Css Color HEX #9761BA Deep Lilac

📋 copy color: '#9761BA'

red 151 ◦ green 97 ◦ blue 186

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

Shades of Deep Lilac #9761BA

Tints of Deep Lilac #9761BA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.35%

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

R = 34.79%
G = 22.35%
B = 42.86%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9761BA (or 0x9761BA) is known color: Deep Lilac. HEX triplet: 97, 61 and BA. RGB value is (151,97,186). Sum of RGB (Red+Green+Blue) = 151+97+186=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #9761BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9761BA is #689E45. Grayscale: #7A7A7A. Windows color (decimal): -6856262 or 12214679. OLE color: 12214679.

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

Color convert

RGB 151 97 186 -
CMYK 0.19 0.48 0 0.27
HSL 276.4º 0.39% 0.55% -
HSV(B) 276.4º 0.48% 0.73% -
XYZ 25.9 18.67 48.69 -
YUV 123.29 163.39 147.76 -
System Red Green Blue C M Y K H S L
Decimal 151 97 186 0.19 0.48 0 0.27 276.4 0.39 0.55
Hex 97 61 BA 13 30 0 1B 114 27 37
Octal 227 141 272 23 60 0 33 424 47 67
Binary 10010111 1100001 10111010 10011 110000 0 11011 100010100 100111 110111

Color Harmonies of #9761BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9761BA

Black with #9761BA

Text Example


Text Example

White with #9761BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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