#94599B

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

Shades of Violet Blue #94599B

Tints of Violet Blue #94599B

Color information

#94599B (or 0x94599B) is unknown color: approx Violet Blue. HEX triplet: 94, 59 and 9B. RGB value is (148,89,155). Sum of RGB (Red+Green+Blue) = 148+89+155=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 155 - color contains mainly: blue. Hex color #94599B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94599B is #6BA664. Grayscale: #717171. Windows color (decimal): -7054949 or 10181012. OLE color: 10181012.

HSL color Cylindrical-coordinate representation of color #94599B: hue angle of 293.64º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #94599B is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14889155-
CMYK0.050.4300.39
HSL293.64º27.05%47.84%-
HSV(B)293.64º42.58%60.78%-
XYZ21.715.8132.92-
YUV114.16151.05152.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.76%
GREEN value IS 89 (35.16% from 255) = 22.70%
BLUE value IS 155 (60.94% from 255) = 39.54%
R=37.76%
G=22.70%
B=39.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal148891550.050.4300.39293.6427.0547.84
Hex94599B52B0271261b30
Octal2241312335530474463360
Binary10010100101100110011011101101011010011110010011011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94599B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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