#9762BC

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

Shades of Deep Lilac #9762BC

Tints of Deep Lilac #9762BC

Color information

#9762BC (or 0x9762BC) is unknown color: approx Deep Lilac. HEX triplet: 97, 62 and BC. RGB value is (151,98,188). Sum of RGB (Red+Green+Blue) = 151+98+188=437 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.55% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #9762BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9762BC is #689D43. Grayscale: #7B7B7B. Windows color (decimal): -6856004 or 12346007. OLE color: 12346007.

HSL color Cylindrical-coordinate representation of color #9762BC: hue angle of 275.33º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9762BC is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15198188-
CMYK0.200.4800.26
HSL275.33º40.18%56.08%-
HSV(B)275.33º47.87%73.73%-
XYZ26.2118.9549.85-
YUV124.11164.06147.18-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.55%
GREEN value IS 98 (38.67% from 255) = 22.43%
BLUE value IS 188 (73.83% from 255) = 43.02%
R=34.55%
G=22.43%
B=43.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal151981880.200.4800.26275.3340.1856.08
Hex9762BC143001A1132838
Octal22714227424600324235070
Binary1001011111000101011110010100110000011010100010011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9762BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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