#9641BE

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

Shades of Deep Lilac #9641BE

Tints of Deep Lilac #9641BE

Color information

#9641BE (or 0x9641BE) is unknown color: approx Deep Lilac. HEX triplet: 96, 41 and BE. RGB value is (150,65,190). Sum of RGB (Red+Green+Blue) = 150+65+190=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #9641BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9641BE is #69BE41. Grayscale: #686868. Windows color (decimal): -6929986 or 12468630. OLE color: 12468630.

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

Color convert

RGB15065190-
CMYK0.210.6600.25
HSL280.8º49.02%50%-
HSV(B)280.8º65.79%74.51%-
XYZ23.7613.9850.16-
YUV104.66176.16160.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.04%
GREEN value IS 65 (25.78% from 255) = 16.05%
BLUE value IS 190 (74.61% from 255) = 46.91%
R=37.04%
G=16.05%
B=46.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150651900.210.6600.25280.849.0250
Hex9641BE15420191193132
Octal226101276251020314316162
Binary10010110100000110111110101011000010011001100011001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9641BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,65,190); }

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

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

 a { background-color: rgb(150,65,190); }

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

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

 span { border-color: rgb(150,65,190); }

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