#94688F

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

Shades of Violet Blue #94688F

Tints of Violet Blue #94688F

Color information

#94688F (or 0x94688F) is unknown color: approx Violet Blue. HEX triplet: 94, 68 and 8F. RGB value is (148,104,143). Sum of RGB (Red+Green+Blue) = 148+104+143=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 148 - color contains mainly: red. Hex color #94688F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94688F is #6B9770. Grayscale: #797979. Windows color (decimal): -7051121 or 9398420. OLE color: 9398420.

HSL color Cylindrical-coordinate representation of color #94688F: hue angle of 306.82º 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 #94688F is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB148104143-
CMYK00.300.030.42
HSL306.82º17.46%49.41%-
HSV(B)306.82º29.73%58.04%-
XYZ22.1218.1828.33-
YUV121.6140.08146.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.47%
GREEN value IS 104 (41.02% from 255) = 26.33%
BLUE value IS 143 (56.25% from 255) = 36.20%
R=37.47%
G=26.33%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810414300.300.030.42306.8217.4649.41
Hex94688F01E32A1331131
Octal2241502170363524632161
Binary100101001101000100011110111101110101010011001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94688F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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