Html Css Color HEX #9760BB Deep Lilac

📋 copy color: '#9760BB'

red 151 ◦ green 96 ◦ blue 187

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

Shades of Deep Lilac #9760BB

Tints of Deep Lilac #9760BB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.12%

 BLUE value IS 187 (73.44% from 255) = 43.09%

R = 34.79%
G = 22.12%
B = 43.09%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9760BB (or 0x9760BB) is known color: Deep Lilac. HEX triplet: 97, 60 and BB. RGB value is (151,96,187). Sum of RGB (Red+Green+Blue) = 151+96+187=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 187 - color contains mainly: blue. Hex color #9760BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9760BB is #689F44. Grayscale: #7A7A7A. Windows color (decimal): -6856517 or 12279959. OLE color: 12279959.

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

Color convert

RGB 151 96 187 -
CMYK 0.19 0.49 0 0.27
HSL 276.26º 0.4% 0.55% -
HSV(B) 276.26º 0.49% 0.73% -
XYZ 25.92 18.53 49.23 -
YUV 122.82 164.22 148.1 -
System Red Green Blue C M Y K H S L
Decimal 151 96 187 0.19 0.49 0 0.27 276.26 0.4 0.55
Hex 97 60 BB 13 31 0 1B 114 28 37
Octal 227 140 273 23 61 0 33 424 50 67
Binary 10010111 1100000 10111011 10011 110001 0 11011 100010100 101000 110111

Color Harmonies of #9760BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9760BB

Black with #9760BB

Text Example


Text Example

White with #9760BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9760BB; }

 p { color: rgb(151,96,187); }

 H1.HeaderClassName
 {
   color: #9760BB;
 }
 .AnyTagClassName
 {
   color: #9760BB;
 }
</style>

background-color css

<style>
 a { background-color: #9760BB; }

 a { background-color: rgb(151,96,187); }

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

border-color css

<style>
 span { border-color: #9760BB; }

 span { border-color: rgb(151,96,187); }

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