#925E95

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

Shades of Violet Blue #925E95

Tints of Violet Blue #925E95

Color information

#925E95 (or 0x925E95) is unknown color: approx Violet Blue. HEX triplet: 92, 5E and 95. RGB value is (146,94,149). Sum of RGB (Red+Green+Blue) = 146+94+149=389 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.53% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 149 (58.59% from 255 or 38.30% from 389); Max value from RGB is 149 - color contains mainly: blue. Hex color #925E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925E95 is #6DA16A. Grayscale: #737373. Windows color (decimal): -7184747 or 9789074. OLE color: 9789074.

HSL color Cylindrical-coordinate representation of color #925E95: hue angle of 296.73º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #925E95 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14694149-
CMYK0.020.3700.42
HSL296.73º22.63%47.65%-
HSV(B)296.73º36.91%58.43%-
XYZ21.2816.2930.46-
YUV115.82146.73149.53-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.53%
GREEN value IS 94 (37.11% from 255) = 24.16%
BLUE value IS 149 (58.59% from 255) = 38.30%
R=37.53%
G=24.16%
B=38.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal146941490.020.3700.42296.7322.6347.65
Hex925E9522502A1291730
Octal2221362252450524512760
Binary1001001010111101001010110100101010101010010100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925E95; }

 p { color: rgb(146,94,149); }

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

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

 a { background-color: rgb(146,94,149); }

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

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

 span { border-color: rgb(146,94,149); }

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