#9448C7

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

Shades of Deep Lilac #9448C7

Tints of Deep Lilac #9448C7

Color information

#9448C7 (or 0x9448C7) is unknown color: approx Deep Lilac. HEX triplet: 94, 48 and C7. RGB value is (148,72,199). Sum of RGB (Red+Green+Blue) = 148+72+199=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 72 (28.52% from 255 or 17.18% from 419); Blue value is 199 (78.12% from 255 or 47.49% from 419); Max value from RGB is 199 - color contains mainly: blue. Hex color #9448C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9448C7 is #6BB738. Grayscale: #6C6C6C. Windows color (decimal): -7059257 or 13060244. OLE color: 13060244.

HSL color Cylindrical-coordinate representation of color #9448C7: hue angle of 275.91º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9448C7 is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14872199-
CMYK0.260.6400.22
HSL275.91º53.14%53.14%-
HSV(B)275.91º63.82%78.04%-
XYZ24.8415.0555.63-
YUV109.2178.68155.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.32%
GREEN value IS 72 (28.52% from 255) = 17.18%
BLUE value IS 199 (78.12% from 255) = 47.49%
R=35.32%
G=17.18%
B=47.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal148721990.260.6400.22275.9153.1453.14
Hex9448C71A400161143535
Octal224110307321000264246565
Binary10010100100100011000111110101000000010110100010100110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9448C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9448C7; }

 p { color: rgb(148,72,199); }

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

<style>
 a { background-color: #9448C7; }

 a { background-color: rgb(148,72,199); }

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

<style>
 span { border-color: #9448C7; }

 span { border-color: rgb(148,72,199); }

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