#946495

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

Shades of Violet Blue #946495

Tints of Violet Blue #946495

Color information

#946495 (or 0x946495) is unknown color: approx Violet Blue. HEX triplet: 94, 64 and 95. RGB value is (148,100,149). Sum of RGB (Red+Green+Blue) = 148+100+149=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 149 - color contains mainly: blue. Hex color #946495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946495 is #6B9B6A. Grayscale: #777777. Windows color (decimal): -7052139 or 9790612. OLE color: 9790612.

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

Color convert

RGB148100149-
CMYK0.010.3300.42
HSL298.78º19.68%48.82%-
HSV(B)298.78º32.89%58.43%-
XYZ22.1917.5830.66-
YUV119.94144.4148.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.28%
GREEN value IS 100 (39.45% from 255) = 25.19%
BLUE value IS 149 (58.59% from 255) = 37.53%
R=37.28%
G=25.19%
B=37.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481001490.010.3300.42298.7819.6848.82
Hex94649512102A12b1431
Octal2241442251410524532461
Binary100101001100100100101011100001010101010010101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946495; }

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

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

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

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

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

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

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

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