#947596

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

Shades of Violet Blue #947596

Tints of Violet Blue #947596

Color information

#947596 (or 0x947596) is unknown color: approx Violet Blue. HEX triplet: 94, 75 and 96. RGB value is (148,117,150). Sum of RGB (Red+Green+Blue) = 148+117+150=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 150 - color contains mainly: blue. Hex color #947596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947596 is #6B8A69. Grayscale: #818181. Windows color (decimal): -7047786 or 9860500. OLE color: 9860500.

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

Color convert

RGB148117150-
CMYK0.010.2200.41
HSL296.36º13.58%52.35%-
HSV(B)296.36º22%58.82%-
XYZ24.0821.2231.68-
YUV130.03139.27140.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.66%
GREEN value IS 117 (46.09% from 255) = 28.19%
BLUE value IS 150 (58.98% from 255) = 36.14%
R=35.66%
G=28.19%
B=36.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1481171500.010.2200.41296.3613.5852.35
Hex947596116029128e34
Octal2241652261260514501664
Binary1001010011101011001011011011001010011001010001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947596; }

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

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

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

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

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

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

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

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