#9448CB

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

Shades of Deep Lilac #9448CB

Tints of Deep Lilac #9448CB

Color information

#9448CB (or 0x9448CB) is unknown color: approx Deep Lilac. HEX triplet: 94, 48 and CB. RGB value is (148,72,203). Sum of RGB (Red+Green+Blue) = 148+72+203=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #9448CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9448CB is #6BB734. Grayscale: #6D6D6D. Windows color (decimal): -7059253 or 13322388. OLE color: 13322388.

HSL color Cylindrical-coordinate representation of color #9448CB: hue angle of 274.81º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9448CB is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14872203-
CMYK0.270.6500.20
HSL274.81º55.74%53.92%-
HSV(B)274.81º64.53%79.61%-
XYZ25.3115.2458.11-
YUV109.66180.68155.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.99%
GREEN value IS 72 (28.52% from 255) = 17.02%
BLUE value IS 203 (79.69% from 255) = 47.99%
R=34.99%
G=17.02%
B=47.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal148722030.270.6500.20274.8155.7453.92
Hex9448CB1B410141133836
Octal224110313331010244237066
Binary10010100100100011001011110111000001010100100010011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9448CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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