#9458BD

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

Shades of Deep Lilac #9458BD

Tints of Deep Lilac #9458BD

Color information

#9458BD (or 0x9458BD) is unknown color: approx Deep Lilac. HEX triplet: 94, 58 and BD. RGB value is (148,88,189). Sum of RGB (Red+Green+Blue) = 148+88+189=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 189 - color contains mainly: blue. Hex color #9458BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9458BD is #6BA742. Grayscale: #757575. Windows color (decimal): -7055171 or 12408980. OLE color: 12408980.

HSL color Cylindrical-coordinate representation of color #9458BD: hue angle of 275.64º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9458BD is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14888189-
CMYK0.220.5300.26
HSL275.64º43.35%54.31%-
HSV(B)275.64º53.44%74.12%-
XYZ24.8916.9550.1-
YUV117.45168.38149.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.82%
GREEN value IS 88 (34.77% from 255) = 20.71%
BLUE value IS 189 (74.22% from 255) = 44.47%
R=34.82%
G=20.71%
B=44.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal148881890.220.5300.26275.6443.3554.31
Hex9458BD163501A1142b36
Octal22413027526650324245366
Binary1001010010110001011110110110110101011010100010100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9458BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9458BD; }

 p { color: rgb(148,88,189); }

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

<style>
 a { background-color: #9458BD; }

 a { background-color: rgb(148,88,189); }

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

<style>
 span { border-color: #9458BD; }

 span { border-color: rgb(148,88,189); }

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