#94639C

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

Shades of Violet Blue #94639C

Tints of Violet Blue #94639C

Color information

#94639C (or 0x94639C) is unknown color: approx Violet Blue. HEX triplet: 94, 63 and 9C. RGB value is (148,99,156). Sum of RGB (Red+Green+Blue) = 148+99+156=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 156 - color contains mainly: blue. Hex color #94639C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94639C is #6B9C63. Grayscale: #777777. Windows color (decimal): -7052388 or 10249108. OLE color: 10249108.

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

Color convert

RGB14899156-
CMYK0.050.3700.39
HSL291.58º22.35%50%-
HSV(B)291.58º36.54%61.18%-
XYZ22.6817.6233.66-
YUV120.15148.23147.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.72%
GREEN value IS 99 (39.06% from 255) = 24.57%
BLUE value IS 156 (61.33% from 255) = 38.71%
R=36.72%
G=24.57%
B=38.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal148991560.050.3700.39291.5822.3550
Hex94639C5250271241632
Octal2241432345450474442662
Binary10010100110001110011100101100101010011110010010010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94639C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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