#9458BF

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

Shades of Deep Lilac #9458BF

Tints of Deep Lilac #9458BF

Color information

#9458BF (or 0x9458BF) is unknown color: approx Deep Lilac. HEX triplet: 94, 58 and BF. RGB value is (148,88,191). Sum of RGB (Red+Green+Blue) = 148+88+191=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 88 (34.77% from 255 or 20.61% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #9458BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9458BF is #6BA740. Grayscale: #757575. Windows color (decimal): -7055169 or 12540052. OLE color: 12540052.

HSL color Cylindrical-coordinate representation of color #9458BF: hue angle of 274.95º degrees, saturation: 0.45, 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 #9458BF is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14888191-
CMYK0.230.5400.25
HSL274.95º44.59%54.71%-
HSV(B)274.95º53.93%74.9%-
XYZ25.1117.0451.26-
YUV117.68169.38149.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.66%
GREEN value IS 88 (34.77% from 255) = 20.61%
BLUE value IS 191 (75% from 255) = 44.73%
R=34.66%
G=20.61%
B=44.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal148881910.230.5400.25274.9544.5954.71
Hex9458BF17360191132d37
Octal22413027727660314235567
Binary1001010010110001011111110111110110011001100010011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9458BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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