#9762BE

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

Shades of Deep Lilac #9762BE

Tints of Deep Lilac #9762BE

Color information

#9762BE (or 0x9762BE) is unknown color: approx Deep Lilac. HEX triplet: 97, 62 and BE. RGB value is (151,98,190). Sum of RGB (Red+Green+Blue) = 151+98+190=439 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.40% from 439); Green value is 98 (38.67% from 255 or 22.32% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #9762BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9762BE is #689D41. Grayscale: #7C7C7C. Windows color (decimal): -6856002 or 12477079. OLE color: 12477079.

HSL color Cylindrical-coordinate representation of color #9762BE: hue angle of 274.57º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9762BE is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15198190-
CMYK0.210.4800.25
HSL274.57º41.44%56.47%-
HSV(B)274.57º48.42%74.51%-
XYZ26.4219.0351-
YUV124.34165.06147.02-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.40%
GREEN value IS 98 (38.67% from 255) = 22.32%
BLUE value IS 190 (74.61% from 255) = 43.28%
R=34.40%
G=22.32%
B=43.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151981900.210.4800.25274.5741.4456.47
Hex9762BE15300191132938
Octal22714227625600314235170
Binary1001011111000101011111010101110000011001100010011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9762BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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