#94669A

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

Shades of Violet Blue #94669A

Tints of Violet Blue #94669A

Color information

#94669A (or 0x94669A) is unknown color: approx Violet Blue. HEX triplet: 94, 66 and 9A. RGB value is (148,102,154). Sum of RGB (Red+Green+Blue) = 148+102+154=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 154 - color contains mainly: blue. Hex color #94669A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94669A is #6B9965. Grayscale: #797979. Windows color (decimal): -7051622 or 10118804. OLE color: 10118804.

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

Color convert

RGB148102154-
CMYK0.040.3400.40
HSL293.08º20.47%50.2%-
HSV(B)293.08º33.77%60.39%-
XYZ22.818.1332.87-
YUV121.68146.24146.77-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.63%
GREEN value IS 102 (40.23% from 255) = 25.25%
BLUE value IS 154 (60.55% from 255) = 38.12%
R=36.63%
G=25.25%
B=38.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1481021540.040.3400.40293.0820.4750.2
Hex94669A4220281251432
Octal2241462324420504452462
Binary10010100110011010011010100100010010100010010010110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94669A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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