#947696

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

Shades of Violet Blue #947696

Tints of Violet Blue #947696

Color information

#947696 (or 0x947696) is unknown color: approx Violet Blue. HEX triplet: 94, 76 and 96. RGB value is (148,118,150). Sum of RGB (Red+Green+Blue) = 148+118+150=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 150 - color contains mainly: blue. Hex color #947696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947696 is #6B8969. Grayscale: #828282. Windows color (decimal): -7047530 or 9860756. OLE color: 9860756.

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

Color convert

RGB148118150-
CMYK0.010.2100.41
HSL296.25º13.22%52.55%-
HSV(B)296.25º21.33%58.82%-
XYZ24.221.4531.72-
YUV130.62138.94140.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.58%
GREEN value IS 118 (46.48% from 255) = 28.37%
BLUE value IS 150 (58.98% from 255) = 36.06%
R=35.58%
G=28.37%
B=36.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1481181500.010.2100.41296.2513.2252.55
Hex947696115029128d35
Octal2241662261250514501565
Binary1001010011101101001011011010101010011001010001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947696; }

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

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

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

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

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

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

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

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