#9448BE

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

Shades of Deep Lilac #9448BE

Tints of Deep Lilac #9448BE

Color information

#9448BE (or 0x9448BE) is unknown color: approx Deep Lilac. HEX triplet: 94, 48 and BE. RGB value is (148,72,190). Sum of RGB (Red+Green+Blue) = 148+72+190=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 72 (28.52% from 255 or 17.56% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #9448BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9448BE is #6BB741. Grayscale: #6B6B6B. Windows color (decimal): -7059266 or 12470420. OLE color: 12470420.

HSL color Cylindrical-coordinate representation of color #9448BE: hue angle of 278.64º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9448BE is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14872190-
CMYK0.220.6200.25
HSL278.64º47.58%51.37%-
HSV(B)278.64º62.11%74.51%-
XYZ23.8214.6550.29-
YUV108.18174.18156.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.10%
GREEN value IS 72 (28.52% from 255) = 17.56%
BLUE value IS 190 (74.61% from 255) = 46.34%
R=36.10%
G=17.56%
B=46.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal148721900.220.6200.25278.6447.5851.37
Hex9448BE163E0191173033
Octal22411027626760314276063
Binary1001010010010001011111010110111110011001100010111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9448BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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