#946595

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

Shades of Violet Blue #946595

Tints of Violet Blue #946595

Color information

#946595 (or 0x946595) is unknown color: approx Violet Blue. HEX triplet: 94, 65 and 95. RGB value is (148,101,149). Sum of RGB (Red+Green+Blue) = 148+101+149=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 149 - color contains mainly: blue. Hex color #946595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946595 is #6B9A6A. Grayscale: #787878. Windows color (decimal): -7051883 or 9790868. OLE color: 9790868.

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

Color convert

RGB148101149-
CMYK0.010.3200.42
HSL298.75º19.2%49.02%-
HSV(B)298.75º32.21%58.43%-
XYZ22.2917.7730.69-
YUV120.52144.07147.6-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.19%
GREEN value IS 101 (39.84% from 255) = 25.38%
BLUE value IS 149 (58.59% from 255) = 37.44%
R=37.19%
G=25.38%
B=37.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481011490.010.3200.42298.7519.249.02
Hex94659512002A12b1331
Octal2241452251400524532361
Binary100101001100101100101011100000010101010010101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946595; }

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

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

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

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

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

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

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

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