#9649C9

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

Shades of Deep Lilac #9649C9

Tints of Deep Lilac #9649C9

Color information

#9649C9 (or 0x9649C9) is unknown color: approx Deep Lilac. HEX triplet: 96, 49 and C9. RGB value is (150,73,201). Sum of RGB (Red+Green+Blue) = 150+73+201=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 73 (28.91% from 255 or 17.22% from 424); Blue value is 201 (78.91% from 255 or 47.41% from 424); Max value from RGB is 201 - color contains mainly: blue. Hex color #9649C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9649C9 is #69B636. Grayscale: #6E6E6E. Windows color (decimal): -6927927 or 13191574. OLE color: 13191574.

HSL color Cylindrical-coordinate representation of color #9649C9: hue angle of 276.09º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9649C9 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15073201-
CMYK0.250.6400.21
HSL276.09º54.24%53.73%-
HSV(B)276.09º63.68%78.82%-
XYZ25.515.4756.9-
YUV110.62179.01156.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.38%
GREEN value IS 73 (28.91% from 255) = 17.22%
BLUE value IS 201 (78.91% from 255) = 47.41%
R=35.38%
G=17.22%
B=47.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal150732010.250.6400.21276.0954.2453.73
Hex9649C919400151143636
Octal226111311311000254246666
Binary10010110100100111001001110011000000010101100010100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9649C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9649C9; }

 p { color: rgb(150,73,201); }

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

<style>
 a { background-color: #9649C9; }

 a { background-color: rgb(150,73,201); }

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

<style>
 span { border-color: #9649C9; }

 span { border-color: rgb(150,73,201); }

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