#94639B

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

Shades of Violet Blue #94639B

Tints of Violet Blue #94639B

Color information

#94639B (or 0x94639B) is unknown color: approx Violet Blue. HEX triplet: 94, 63 and 9B. RGB value is (148,99,155). Sum of RGB (Red+Green+Blue) = 148+99+155=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 155 - color contains mainly: blue. Hex color #94639B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94639B is #6B9C64. Grayscale: #777777. Windows color (decimal): -7052389 or 10183572. OLE color: 10183572.

HSL color Cylindrical-coordinate representation of color #94639B: hue angle of 292.5º 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 #94639B is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14899155-
CMYK0.050.3600.39
HSL292.5º22.05%49.8%-
HSV(B)292.5º36.13%60.78%-
XYZ22.5917.5933.21-
YUV120.04147.73147.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.82%
GREEN value IS 99 (39.06% from 255) = 24.63%
BLUE value IS 155 (60.94% from 255) = 38.56%
R=36.82%
G=24.63%
B=38.56%

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
Decimal148991550.050.3600.39292.522.0549.8
Hex94639B5240271241632
Octal2241432335440474442662
Binary10010100110001110011011101100100010011110010010010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94639B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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