#947095

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

Shades of Violet Blue #947095

Tints of Violet Blue #947095

Color information

#947095 (or 0x947095) is unknown color: approx Violet Blue. HEX triplet: 94, 70 and 95. RGB value is (148,112,149). Sum of RGB (Red+Green+Blue) = 148+112+149=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 149 - color contains mainly: blue. Hex color #947095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947095 is #6B8F6A. Grayscale: #7E7E7E. Windows color (decimal): -7049067 or 9793684. OLE color: 9793684.

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

Color convert

RGB148112149-
CMYK0.010.2500.42
HSL298.38º14.86%51.18%-
HSV(B)298.38º24.83%58.43%-
XYZ23.4320.0531.07-
YUV126.98140.43142.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.19%
GREEN value IS 112 (44.14% from 255) = 27.38%
BLUE value IS 149 (58.59% from 255) = 36.43%
R=36.19%
G=27.38%
B=36.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481121490.010.2500.42298.3814.8651.18
Hex94709511902A12af33
Octal2241602251310524521763
Binary1001010011100001001010111100101010101001010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947095; }

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

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

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

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

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

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

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

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