#94658D

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

Shades of Violet Blue #94658D

Tints of Violet Blue #94658D

Color information

#94658D (or 0x94658D) is unknown color: approx Violet Blue. HEX triplet: 94, 65 and 8D. RGB value is (148,101,141). Sum of RGB (Red+Green+Blue) = 148+101+141=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 148 - color contains mainly: red. Hex color #94658D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94658D is #6B9A72. Grayscale: #777777. Windows color (decimal): -7051891 or 9266580. OLE color: 9266580.

HSL color Cylindrical-coordinate representation of color #94658D: hue angle of 308.94º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94658D is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB148101141-
CMYK00.320.050.42
HSL308.94º18.88%48.82%-
HSV(B)308.94º31.76%58.04%-
XYZ21.6717.5327.44-
YUV119.61140.07148.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.95%
GREEN value IS 101 (39.84% from 255) = 25.90%
BLUE value IS 141 (55.47% from 255) = 36.15%
R=37.95%
G=25.90%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810114100.320.050.42308.9418.8848.82
Hex94658D02052A1351331
Octal2241452150405524652361
Binary10010100110010110001101010000010110101010011010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94658D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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