#94659B

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

Shades of Violet Blue #94659B

Tints of Violet Blue #94659B

Color information

#94659B (or 0x94659B) is unknown color: approx Violet Blue. HEX triplet: 94, 65 and 9B. RGB value is (148,101,155). Sum of RGB (Red+Green+Blue) = 148+101+155=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 155 - color contains mainly: blue. Hex color #94659B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94659B is #6B9A64. Grayscale: #797979. Windows color (decimal): -7051877 or 10184084. OLE color: 10184084.

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

Color convert

RGB148101155-
CMYK0.050.3500.39
HSL292.22º21.26%50.2%-
HSV(B)292.22º34.84%60.78%-
XYZ22.7817.9733.28-
YUV121.21147.07147.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.63%
GREEN value IS 101 (39.84% from 255) = 25%
BLUE value IS 155 (60.94% from 255) = 38.37%
R=36.63%
G=25%
B=38.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1481011550.050.3500.39292.2221.2650.2
Hex94659B5230271241532
Octal2241452335430474442562
Binary10010100110010110011011101100011010011110010010010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94659B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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