#94599A

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

Shades of Violet Blue #94599A

Tints of Violet Blue #94599A

Color information

#94599A (or 0x94599A) is unknown color: approx Violet Blue. HEX triplet: 94, 59 and 9A. RGB value is (148,89,154). Sum of RGB (Red+Green+Blue) = 148+89+154=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 154 - color contains mainly: blue. Hex color #94599A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94599A is #6BA665. Grayscale: #717171. Windows color (decimal): -7054950 or 10115476. OLE color: 10115476.

HSL color Cylindrical-coordinate representation of color #94599A: hue angle of 294.46º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94599A is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14889154-
CMYK0.040.4200.40
HSL294.46º26.75%47.65%-
HSV(B)294.46º42.21%60.39%-
XYZ21.6215.7732.48-
YUV114.05150.55152.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.85%
GREEN value IS 89 (35.16% from 255) = 22.76%
BLUE value IS 154 (60.55% from 255) = 39.39%
R=37.85%
G=22.76%
B=39.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal148891540.040.4200.40294.4626.7547.65
Hex94599A42A0281261b30
Octal2241312324520504463360
Binary10010100101100110011010100101010010100010010011011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94599A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94599A; }

 p { color: rgb(148,89,154); }

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

<style>
 a { background-color: #94599A; }

 a { background-color: rgb(148,89,154); }

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

<style>
 span { border-color: #94599A; }

 span { border-color: rgb(148,89,154); }

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