#947895

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

Shades of Violet Blue #947895

Tints of Violet Blue #947895

Color information

#947895 (or 0x947895) is unknown color: approx Violet Blue. HEX triplet: 94, 78 and 95. RGB value is (148,120,149). Sum of RGB (Red+Green+Blue) = 148+120+149=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 149 - color contains mainly: blue. Hex color #947895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947895 is #6B876A. Grayscale: #838383. Windows color (decimal): -7047019 or 9795732. OLE color: 9795732.

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

Color convert

RGB148120149-
CMYK0.010.1900.42
HSL297.93º12.03%52.75%-
HSV(B)297.93º19.46%58.43%-
XYZ24.3521.931.38-
YUV131.68137.78139.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.49%
GREEN value IS 120 (47.27% from 255) = 28.78%
BLUE value IS 149 (58.59% from 255) = 35.73%
R=35.49%
G=28.78%
B=35.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481201490.010.1900.42297.9312.0352.75
Hex94789511302A12ac35
Octal2241702251230524521465
Binary1001010011110001001010111001101010101001010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947895; }

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

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

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

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

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

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

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

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