#94618C

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

Shades of Violet Blue #94618C

Tints of Violet Blue #94618C

Color information

#94618C (or 0x94618C) is unknown color: approx Violet Blue. HEX triplet: 94, 61 and 8C. RGB value is (148,97,140). Sum of RGB (Red+Green+Blue) = 148+97+140=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 148 - color contains mainly: red. Hex color #94618C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94618C is #6B9E73. Grayscale: #757575. Windows color (decimal): -7052916 or 9200020. OLE color: 9200020.

HSL color Cylindrical-coordinate representation of color #94618C: hue angle of 309.41º 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 #94618C is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14897140-
CMYK00.340.050.42
HSL309.41º20.82%48.04%-
HSV(B)309.41º34.46%58.04%-
XYZ21.2216.7426.92-
YUV117.15140.9150-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.44%
GREEN value IS 97 (38.28% from 255) = 25.19%
BLUE value IS 140 (55.08% from 255) = 36.36%
R=38.44%
G=25.19%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489714000.340.050.42309.4120.8248.04
Hex94618C02252A1351530
Octal2241412140425524652560
Binary10010100110000110001100010001010110101010011010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94618C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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