#94649E

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

Shades of Violet Blue #94649E

Tints of Violet Blue #94649E

Color information

#94649E (or 0x94649E) is unknown color: approx Violet Blue. HEX triplet: 94, 64 and 9E. RGB value is (148,100,158). Sum of RGB (Red+Green+Blue) = 148+100+158=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 158 - color contains mainly: blue. Hex color #94649E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94649E is #6B9B61. Grayscale: #787878. Windows color (decimal): -7052130 or 10380436. OLE color: 10380436.

HSL color Cylindrical-coordinate representation of color #94649E: hue angle of 289.66º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94649E is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB148100158-
CMYK0.060.3700.38
HSL289.66º23.02%50.59%-
HSV(B)289.66º36.71%61.96%-
XYZ22.9417.8834.59-
YUV120.96148.9147.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.45%
GREEN value IS 100 (39.45% from 255) = 24.63%
BLUE value IS 158 (62.11% from 255) = 38.92%
R=36.45%
G=24.63%
B=38.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1481001580.060.3700.38289.6623.0250.59
Hex94649E6250261221733
Octal2241442366450464422763
Binary10010100110010010011110110100101010011010010001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94649E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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