#947597

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

Shades of Violet Blue #947597

Tints of Violet Blue #947597

Color information

#947597 (or 0x947597) is unknown color: approx Violet Blue. HEX triplet: 94, 75 and 97. RGB value is (148,117,151). Sum of RGB (Red+Green+Blue) = 148+117+151=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 151 (59.38% from 255 or 36.30% from 416); Max value from RGB is 151 - color contains mainly: blue. Hex color #947597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947597 is #6B8A68. Grayscale: #828282. Windows color (decimal): -7047785 or 9926036. OLE color: 9926036.

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

Color convert

RGB148117151-
CMYK0.020.2300.41
HSL294.71º14.05%52.55%-
HSV(B)294.71º22.52%59.22%-
XYZ24.1621.2532.11-
YUV130.15139.77140.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.58%
GREEN value IS 117 (46.09% from 255) = 28.12%
BLUE value IS 151 (59.38% from 255) = 36.30%
R=35.58%
G=28.12%
B=36.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1481171510.020.2300.41294.7114.0552.55
Hex947597217029127e35
Octal2241652272270514471665
Binary10010100111010110010111101011101010011001001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947597; }

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

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

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

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

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

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

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

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