#9458BE

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

Shades of Deep Lilac #9458BE

Tints of Deep Lilac #9458BE

Color information

#9458BE (or 0x9458BE) is unknown color: approx Deep Lilac. HEX triplet: 94, 58 and BE. RGB value is (148,88,190). Sum of RGB (Red+Green+Blue) = 148+88+190=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #9458BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9458BE is #6BA741. Grayscale: #757575. Windows color (decimal): -7055170 or 12474516. OLE color: 12474516.

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

Color convert

RGB14888190-
CMYK0.220.5400.25
HSL275.29º43.97%54.51%-
HSV(B)275.29º53.68%74.51%-
XYZ2516.9950.68-
YUV117.57168.88149.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.74%
GREEN value IS 88 (34.77% from 255) = 20.66%
BLUE value IS 190 (74.61% from 255) = 44.60%
R=34.74%
G=20.66%
B=44.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal148881900.220.5400.25275.2943.9754.51
Hex9458BE16360191132c37
Octal22413027626660314235467
Binary1001010010110001011111010110110110011001100010011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9458BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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