#94649B

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

Shades of Violet Blue #94649B

Tints of Violet Blue #94649B

Color information

#94649B (or 0x94649B) is unknown color: approx Violet Blue. HEX triplet: 94, 64 and 9B. RGB value is (148,100,155). Sum of RGB (Red+Green+Blue) = 148+100+155=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 155 - color contains mainly: blue. Hex color #94649B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94649B is #6B9B64. Grayscale: #787878. Windows color (decimal): -7052133 or 10183828. OLE color: 10183828.

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

Color convert

RGB148100155-
CMYK0.050.3500.39
HSL292.36º21.57%50%-
HSV(B)292.36º35.48%60.78%-
XYZ22.6917.7833.25-
YUV120.62147.4147.53-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.72%
GREEN value IS 100 (39.45% from 255) = 24.81%
BLUE value IS 155 (60.94% from 255) = 38.46%
R=36.72%
G=24.81%
B=38.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1481001550.050.3500.39292.3621.5750
Hex94649B5230271241632
Octal2241442335430474442662
Binary10010100110010010011011101100011010011110010010010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94649B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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