#947295

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

Shades of Violet Blue #947295

Tints of Violet Blue #947295

Color information

#947295 (or 0x947295) is unknown color: approx Violet Blue. HEX triplet: 94, 72 and 95. RGB value is (148,114,149). Sum of RGB (Red+Green+Blue) = 148+114+149=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 149 - color contains mainly: blue. Hex color #947295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947295 is #6B8D6A. Grayscale: #808080. Windows color (decimal): -7048555 or 9794196. OLE color: 9794196.

HSL color Cylindrical-coordinate representation of color #947295: hue angle of 298.29º 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 #947295 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB148114149-
CMYK0.010.2300.42
HSL298.29º14.17%51.57%-
HSV(B)298.29º23.49%58.43%-
XYZ23.6520.531.14-
YUV128.16139.76142.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.01%
GREEN value IS 114 (44.92% from 255) = 27.74%
BLUE value IS 149 (58.59% from 255) = 36.25%
R=36.01%
G=27.74%
B=36.25%

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
Decimal1481141490.010.2300.42298.2914.1751.57
Hex94729511702A12ae34
Octal2241622251270524521664
Binary1001010011100101001010111011101010101001010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947295; }

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

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

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

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

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

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

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

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