Html Css Color HEX #9764BB Deep Lilac

📋 copy color: '#9764BB'

red 151 ◦ green 100 ◦ blue 187

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

Shades of Deep Lilac #9764BB

Tints of Deep Lilac #9764BB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.83%

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

R = 34.47%
G = 22.83%
B = 42.69%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9764BB (or 0x9764BB) is known color: Deep Lilac. HEX triplet: 97, 64 and BB. RGB value is (151,100,187). Sum of RGB (Red+Green+Blue) = 151+100+187=438 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.47% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 187 - color contains mainly: blue. Hex color #9764BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9764BB is #689B44. Grayscale: #7C7C7C. Windows color (decimal): -6855493 or 12280983. OLE color: 12280983.

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

Color convert

RGB 151 100 187 -
CMYK 0.19 0.47 0 0.27
HSL 275.17º 0.39% 0.56% -
HSV(B) 275.17º 0.47% 0.73% -
XYZ 26.29 19.28 49.35 -
YUV 125.17 162.9 146.43 -
System Red Green Blue C M Y K H S L
Decimal 151 100 187 0.19 0.47 0 0.27 275.17 0.39 0.56
Hex 97 64 BB 13 2F 0 1B 113 27 38
Octal 227 144 273 23 57 0 33 423 47 70
Binary 10010111 1100100 10111011 10011 101111 0 11011 100010011 100111 111000

Color Harmonies of #9764BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9764BB

Black with #9764BB

Text Example


Text Example

White with #9764BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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