#9D65BE

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

Shades of Deep Lilac #9D65BE

Tints of Deep Lilac #9D65BE

Color information

#9D65BE (or 0x9D65BE) is unknown color: approx Deep Lilac. HEX triplet: 9D, 65 and BE. RGB value is (157,101,190). Sum of RGB (Red+Green+Blue) = 157+101+190=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #9D65BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D65BE is #629A41. Grayscale: #7F7F7F. Windows color (decimal): -6462018 or 12477853. OLE color: 12477853.

HSL color Cylindrical-coordinate representation of color #9D65BE: hue angle of 277.75º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9D65BE is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB157101190-
CMYK0.170.4700.25
HSL277.75º40.64%57.06%-
HSV(B)277.75º46.84%74.51%-
XYZ27.8520.1951.14-
YUV127.89163.05148.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.04%
GREEN value IS 101 (39.84% from 255) = 22.54%
BLUE value IS 190 (74.61% from 255) = 42.41%
R=35.04%
G=22.54%
B=42.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571011900.170.4700.25277.7540.6457.06
Hex9D65BE112F0191162939
Octal23514527621570314265171
Binary1001110111001011011111010001101111011001100010110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D65BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D65BE; }

 p { color: rgb(157,101,190); }

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

<style>
 a { background-color: #9D65BE; }

 a { background-color: rgb(157,101,190); }

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

<style>
 span { border-color: #9D65BE; }

 span { border-color: rgb(157,101,190); }

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