#9762ba

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

Shades of Deep Lilac #9762BA

Tints of Deep Lilac #9762BA

Color information

#9762BA (or 0x9762BA) is unknown color: approx Deep Lilac. HEX triplet: 97, 62 and BA. RGB value is (151,98,186). Sum of RGB (Red+Green+Blue) = 151+98+186=435 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.71% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #9762BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9762BA is #689D45. Grayscale: #7B7B7B. Windows color (decimal): -6856006 or 12214935. OLE color: 12214935.

HSL color Cylindrical-coordinate representation of color #9762BA: hue angle of 276.14º 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 #9762BA is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15198186-
CMYK0.190.4700.27
HSL276.14º38.94%55.69%-
HSV(B)276.14º47.31%72.94%-
XYZ25.9918.8648.72-
YUV123.88163.06147.34-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.71%
GREEN value IS 98 (38.67% from 255) = 22.53%
BLUE value IS 186 (73.05% from 255) = 42.76%
R=34.71%
G=22.53%
B=42.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151981860.190.4700.27276.1438.9455.69
Hex9762BA132F01B1142738
Octal22714227223570334244770
Binary1001011111000101011101010011101111011011100010100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9762ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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