#94558D

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

Shades of Violet Blue #94558D

Tints of Violet Blue #94558D

Color information

#94558D (or 0x94558D) is unknown color: approx Violet Blue. HEX triplet: 94, 55 and 8D. RGB value is (148,85,141). Sum of RGB (Red+Green+Blue) = 148+85+141=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 148 - color contains mainly: red. Hex color #94558D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94558D is #6BAA72. Grayscale: #6E6E6E. Windows color (decimal): -7055987 or 9262484. OLE color: 9262484.

HSL color Cylindrical-coordinate representation of color #94558D: hue angle of 306.67º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #94558D is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14885141-
CMYK00.430.050.42
HSL306.67º27.04%45.69%-
HSV(B)306.67º42.57%58.04%-
XYZ20.2714.7226.97-
YUV110.22145.37154.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.57%
GREEN value IS 85 (33.59% from 255) = 22.73%
BLUE value IS 141 (55.47% from 255) = 37.70%
R=39.57%
G=22.73%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1488514100.430.050.42306.6727.0445.69
Hex94558D02B52A1331b2e
Octal2241252150535524633356
Binary10010100101010110001101010101110110101010011001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94558D; }

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

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

<style>
 a { background-color: #94558D; }

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

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

<style>
 span { border-color: #94558D; }

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

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