#9648B6

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

Shades of Deep Lilac #9648B6

Tints of Deep Lilac #9648B6

Color information

#9648B6 (or 0x9648B6) is unknown color: approx Deep Lilac. HEX triplet: 96, 48 and B6. RGB value is (150,72,182). Sum of RGB (Red+Green+Blue) = 150+72+182=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 72 (28.52% from 255 or 17.82% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 182 - color contains mainly: blue. Hex color #9648B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9648B6 is #69B749. Grayscale: #6B6B6B. Windows color (decimal): -6928202 or 11946134. OLE color: 11946134.

HSL color Cylindrical-coordinate representation of color #9648B6: hue angle of 282.55º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9648B6 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15072182-
CMYK0.180.6000.29
HSL282.55º43.31%49.8%-
HSV(B)282.55º60.44%71.37%-
XYZ23.3414.545.82-
YUV107.86169.84158.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.13%
GREEN value IS 72 (28.52% from 255) = 17.82%
BLUE value IS 182 (71.48% from 255) = 45.05%
R=37.13%
G=17.82%
B=45.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal150721820.180.6000.29282.5543.3149.8
Hex9648B6123C01D11b2b32
Octal22611026622740354335362
Binary1001011010010001011011010010111100011101100011011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9648B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9648B6; }

 p { color: rgb(150,72,182); }

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

<style>
 a { background-color: #9648B6; }

 a { background-color: rgb(150,72,182); }

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

<style>
 span { border-color: #9648B6; }

 span { border-color: rgb(150,72,182); }

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