#946496

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

Shades of Violet Blue #946496

Tints of Violet Blue #946496

Color information

#946496 (or 0x946496) is unknown color: approx Violet Blue. HEX triplet: 94, 64 and 96. RGB value is (148,100,150). Sum of RGB (Red+Green+Blue) = 148+100+150=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 150 - color contains mainly: blue. Hex color #946496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946496 is #6B9B69. Grayscale: #777777. Windows color (decimal): -7052138 or 9856148. OLE color: 9856148.

HSL color Cylindrical-coordinate representation of color #946496: hue angle of 297.6º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #946496 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB148100150-
CMYK0.010.3300.41
HSL297.6º20%49.02%-
HSV(B)297.6º33.33%58.82%-
XYZ22.2717.6131.08-
YUV120.05144.9147.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.19%
GREEN value IS 100 (39.45% from 255) = 25.13%
BLUE value IS 150 (58.98% from 255) = 37.69%
R=37.19%
G=25.13%
B=37.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1481001500.010.3300.41297.62049.02
Hex94649612102912a1431
Octal2241442261410514522461
Binary100101001100100100101101100001010100110010101010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946496; }

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

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

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

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

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

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

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

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