#9648c3

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

Shades of Deep Lilac #9648C3

Tints of Deep Lilac #9648C3

Color information

#9648C3 (or 0x9648C3) is unknown color: approx Deep Lilac. HEX triplet: 96, 48 and C3. RGB value is (150,72,195). Sum of RGB (Red+Green+Blue) = 150+72+195=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 195 (76.56% from 255 or 46.76% from 417); Max value from RGB is 195 - color contains mainly: blue. Hex color #9648C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9648C3 is #69B73C. Grayscale: #6C6C6C. Windows color (decimal): -6928189 or 12798102. OLE color: 12798102.

HSL color Cylindrical-coordinate representation of color #9648C3: hue angle of 278.05º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9648C3 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15072195-
CMYK0.230.6300.24
HSL278.05º50.62%52.35%-
HSV(B)278.05º63.08%76.47%-
XYZ24.7515.0653.23-
YUV109.34176.34157-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.97%
GREEN value IS 72 (28.52% from 255) = 17.27%
BLUE value IS 195 (76.56% from 255) = 46.76%
R=35.97%
G=17.27%
B=46.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal150721950.230.6300.24278.0550.6252.35
Hex9648C3173F0181163334
Octal22611030327770304266364
Binary1001011010010001100001110111111111011000100010110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9648c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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