#94599D

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

Shades of Violet Blue #94599D

Tints of Violet Blue #94599D

Color information

#94599D (or 0x94599D) is unknown color: approx Violet Blue. HEX triplet: 94, 59 and 9D. RGB value is (148,89,157). Sum of RGB (Red+Green+Blue) = 148+89+157=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 157 - color contains mainly: blue. Hex color #94599D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94599D is #6BA662. Grayscale: #727272. Windows color (decimal): -7054947 or 10312084. OLE color: 10312084.

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

Color convert

RGB14889157-
CMYK0.060.4300.38
HSL292.06º27.64%48.24%-
HSV(B)292.06º43.31%61.57%-
XYZ21.8715.8733.81-
YUV114.39152.05151.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.56%
GREEN value IS 89 (35.16% from 255) = 22.59%
BLUE value IS 157 (61.72% from 255) = 39.85%
R=37.56%
G=22.59%
B=39.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal148891570.060.4300.38292.0627.6448.24
Hex94599D62B0261241c30
Octal2241312356530464443460
Binary10010100101100110011101110101011010011010010010011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94599D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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