#94688E

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

Shades of Violet Blue #94688E

Tints of Violet Blue #94688E

Color information

#94688E (or 0x94688E) is unknown color: approx Violet Blue. HEX triplet: 94, 68 and 8E. RGB value is (148,104,142). Sum of RGB (Red+Green+Blue) = 148+104+142=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 148 - color contains mainly: red. Hex color #94688E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94688E is #6B9771. Grayscale: #797979. Windows color (decimal): -7051122 or 9332884. OLE color: 9332884.

HSL color Cylindrical-coordinate representation of color #94688E: hue angle of 308.18º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94688E is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB148104142-
CMYK00.300.040.42
HSL308.18º17.46%49.41%-
HSV(B)308.18º29.73%58.04%-
XYZ22.0518.1527.93-
YUV121.49139.58146.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.56%
GREEN value IS 104 (41.02% from 255) = 26.40%
BLUE value IS 142 (55.86% from 255) = 36.04%
R=37.56%
G=26.40%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810414200.300.040.42308.1817.4649.41
Hex94688E01E42A1341131
Octal2241502160364524642161
Binary1001010011010001000111001111010010101010011010010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94688E; }

 p { color: rgb(148,104,142); }

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

<style>
 a { background-color: #94688E; }

 a { background-color: rgb(148,104,142); }

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

<style>
 span { border-color: #94688E; }

 span { border-color: rgb(148,104,142); }

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