#947395

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

Shades of Violet Blue #947395

Tints of Violet Blue #947395

Color information

#947395 (or 0x947395) is unknown color: approx Violet Blue. HEX triplet: 94, 73 and 95. RGB value is (148,115,149). Sum of RGB (Red+Green+Blue) = 148+115+149=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 149 - color contains mainly: blue. Hex color #947395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947395 is #6B8C6A. Grayscale: #808080. Windows color (decimal): -7048299 or 9794452. OLE color: 9794452.

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

Color convert

RGB148115149-
CMYK0.010.2300.42
HSL298.24º13.82%51.76%-
HSV(B)298.24º22.82%58.43%-
XYZ23.7720.7331.18-
YUV128.74139.43141.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.92%
GREEN value IS 115 (45.31% from 255) = 27.91%
BLUE value IS 149 (58.59% from 255) = 36.17%
R=35.92%
G=27.91%
B=36.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481151490.010.2300.42298.2413.8251.76
Hex94739511702A12ae34
Octal2241632251270524521664
Binary1001010011100111001010111011101010101001010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947395; }

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

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

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

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

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

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

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

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