#94649C

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

Shades of Violet Blue #94649C

Tints of Violet Blue #94649C

Color information

#94649C (or 0x94649C) is unknown color: approx Violet Blue. HEX triplet: 94, 64 and 9C. RGB value is (148,100,156). Sum of RGB (Red+Green+Blue) = 148+100+156=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 156 - color contains mainly: blue. Hex color #94649C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94649C is #6B9B63. Grayscale: #787878. Windows color (decimal): -7052132 or 10249364. OLE color: 10249364.

HSL color Cylindrical-coordinate representation of color #94649C: hue angle of 291.43º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94649C is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB148100156-
CMYK0.050.3600.39
HSL291.43º22.05%50.2%-
HSV(B)291.43º35.9%61.18%-
XYZ22.7717.8133.69-
YUV120.74147.9147.45-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.63%
GREEN value IS 100 (39.45% from 255) = 24.75%
BLUE value IS 156 (61.33% from 255) = 38.61%
R=36.63%
G=24.75%
B=38.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1481001560.050.3600.39291.4322.0550.2
Hex94649C5240271231632
Octal2241442345440474432662
Binary10010100110010010011100101100100010011110010001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94649C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,100,156); }

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

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

 a { background-color: rgb(148,100,156); }

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

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

 span { border-color: rgb(148,100,156); }

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