#94559E

Color #94559E Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #94559E

Tints of Violet Blue #94559E

Color information

#94559E (or 0x94559E) is unknown color: approx Violet Blue. HEX triplet: 94, 55 and 9E. RGB value is (148,85,158). Sum of RGB (Red+Green+Blue) = 148+85+158=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 158 - color contains mainly: blue. Hex color #94559E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94559E is #6BAA61. Grayscale: #6F6F6F. Windows color (decimal): -7055970 or 10376596. OLE color: 10376596.

HSL color Cylindrical-coordinate representation of color #94559E: hue angle of 291.78º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #94559E is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14885158-
CMYK0.060.4600.38
HSL291.78º30.04%47.65%-
HSV(B)291.78º46.2%61.96%-
XYZ21.6315.2634.15-
YUV112.16153.87153.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.85%
GREEN value IS 85 (33.59% from 255) = 21.74%
BLUE value IS 158 (62.11% from 255) = 40.41%
R=37.85%
G=21.74%
B=40.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal148851580.060.4600.38291.7830.0447.65
Hex94559E62E0261241e30
Octal2241252366560464443660
Binary10010100101010110011110110101110010011010010010011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94559E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94559E; }

 p { color: rgb(148,85,158); }

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

<style>
 a { background-color: #94559E; }

 a { background-color: rgb(148,85,158); }

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

<style>
 span { border-color: #94559E; }

 span { border-color: rgb(148,85,158); }

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