#94618E

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

Shades of Violet Blue #94618E

Tints of Violet Blue #94618E

Color information

#94618E (or 0x94618E) is unknown color: approx Violet Blue. HEX triplet: 94, 61 and 8E. RGB value is (148,97,142). Sum of RGB (Red+Green+Blue) = 148+97+142=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 148 - color contains mainly: red. Hex color #94618E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94618E is #6B9E71. Grayscale: #757575. Windows color (decimal): -7052914 or 9331092. OLE color: 9331092.

HSL color Cylindrical-coordinate representation of color #94618E: hue angle of 307.06º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94618E is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB14897142-
CMYK00.340.040.42
HSL307.06º20.82%48.04%-
HSV(B)307.06º34.46%58.04%-
XYZ21.3716.827.71-
YUV117.38141.9149.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.24%
GREEN value IS 97 (38.28% from 255) = 25.06%
BLUE value IS 142 (55.86% from 255) = 36.69%
R=38.24%
G=25.06%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489714200.340.040.42307.0620.8248.04
Hex94618E02242A1331530
Octal2241412160424524632560
Binary10010100110000110001110010001010010101010011001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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