#94609D

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

Shades of Violet Blue #94609D

Tints of Violet Blue #94609D

Color information

#94609D (or 0x94609D) is unknown color: approx Violet Blue. HEX triplet: 94, 60 and 9D. RGB value is (148,96,157). Sum of RGB (Red+Green+Blue) = 148+96+157=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 157 - color contains mainly: blue. Hex color #94609D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94609D is #6B9F62. Grayscale: #767676. Windows color (decimal): -7053155 or 10313876. OLE color: 10313876.

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

Color convert

RGB14896157-
CMYK0.060.3900.38
HSL291.15º24.11%49.61%-
HSV(B)291.15º38.85%61.57%-
XYZ22.4817.134.01-
YUV118.5149.73149.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.91%
GREEN value IS 96 (37.89% from 255) = 23.94%
BLUE value IS 157 (61.72% from 255) = 39.15%
R=36.91%
G=23.94%
B=39.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal148961570.060.3900.38291.1524.1149.61
Hex94609D6270261231832
Octal2241402356470464433062
Binary10010100110000010011101110100111010011010010001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94609D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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