#925995

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

Shades of Violet Blue #925995

Tints of Violet Blue #925995

Color information

#925995 (or 0x925995) is unknown color: approx Violet Blue. HEX triplet: 92, 59 and 95. RGB value is (146,89,149). Sum of RGB (Red+Green+Blue) = 146+89+149=384 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.02% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 149 - color contains mainly: blue. Hex color #925995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925995 is #6DA66A. Grayscale: #707070. Windows color (decimal): -7186027 or 9787794. OLE color: 9787794.

HSL color Cylindrical-coordinate representation of color #925995: hue angle of 297º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #925995 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14689149-
CMYK0.020.4000.42
HSL297º25.21%46.67%-
HSV(B)297º40.27%58.43%-
XYZ20.8515.4330.31-
YUV112.88148.38151.62-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.02%
GREEN value IS 89 (35.16% from 255) = 23.18%
BLUE value IS 149 (58.59% from 255) = 38.80%
R=38.02%
G=23.18%
B=38.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal146891490.020.4000.4229725.2146.67
Hex92599522802A129192f
Octal2221312252500524513157
Binary1001001010110011001010110101000010101010010100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925995; }

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

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

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

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

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

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

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

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