#9762B7

Color #9762B7 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9762B7

Tints of Deep Lilac #9762B7

Color information

#9762B7 (or 0x9762B7) is unknown color: approx Deep Lilac. HEX triplet: 97, 62 and B7. RGB value is (151,98,183). Sum of RGB (Red+Green+Blue) = 151+98+183=432 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.95% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 183 (71.88% from 255 or 42.36% from 432); Max value from RGB is 183 - color contains mainly: blue. Hex color #9762B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9762B7 is #689D48. Grayscale: #7B7B7B. Windows color (decimal): -6856009 or 12018327. OLE color: 12018327.

HSL color Cylindrical-coordinate representation of color #9762B7: hue angle of 277.41º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9762B7 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB15198183-
CMYK0.170.4600.28
HSL277.41º37.12%55.1%-
HSV(B)277.41º46.45%71.76%-
XYZ25.6818.7347.06-
YUV123.54161.56147.59-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.95%
GREEN value IS 98 (38.67% from 255) = 22.69%
BLUE value IS 183 (71.88% from 255) = 42.36%
R=34.95%
G=22.69%
B=42.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal151981830.170.4600.28277.4137.1255.1
Hex9762B7112E01C1152537
Octal22714226721560344254567
Binary1001011111000101011011110001101110011100100010101100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9762B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9762B7; }

 p { color: rgb(151,98,183); }

 H1.HeaderClassName
 {
   color: #9762B7;
 }
 .AnyTagClassName
 {
   color: #9762B7;
 }
</style>
background-color css

<style>
 a { background-color: #9762B7; }

 a { background-color: rgb(151,98,183); }

 div.DivClassName
 {
   background-color: #9762B7;
 }
 .BgClassName
 {
   background-color: #9762B7;
 }
</style>
border-color css

<style>
 span { border-color: #9762B7; }

 span { border-color: rgb(151,98,183); }

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