#947393

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

Shades of Violet Blue #947393

Tints of Violet Blue #947393

Color information

#947393 (or 0x947393) is unknown color: approx Violet Blue. HEX triplet: 94, 73 and 93. RGB value is (148,115,147). Sum of RGB (Red+Green+Blue) = 148+115+147=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 148 - color contains mainly: red. Hex color #947393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947393 is #6B8C6C. Grayscale: #808080. Windows color (decimal): -7048301 or 9663380. OLE color: 9663380.

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

Color convert

RGB148115147-
CMYK00.220.010.42
HSL301.82º13.36%51.57%-
HSV(B)301.82º22.3%58.04%-
XYZ23.6120.6630.35-
YUV128.51138.43141.9-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.10%
GREEN value IS 115 (45.31% from 255) = 28.05%
BLUE value IS 147 (57.81% from 255) = 35.85%
R=36.10%
G=28.05%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811514700.220.010.42301.8213.3651.57
Hex94739301612A12ed34
Octal2241632230261524561564
Binary1001010011100111001001101011011010101001011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947393; }

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

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

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

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

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

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

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

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