#925B95

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

Shades of Violet Blue #925B95

Tints of Violet Blue #925B95

Color information

#925B95 (or 0x925B95) is unknown color: approx Violet Blue. HEX triplet: 92, 5B and 95. RGB value is (146,91,149). Sum of RGB (Red+Green+Blue) = 146+91+149=386 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.82% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 149 - color contains mainly: blue. Hex color #925B95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925B95 is #6DA46A. Grayscale: #717171. Windows color (decimal): -7185515 or 9788306. OLE color: 9788306.

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

Color convert

RGB14691149-
CMYK0.020.3900.42
HSL296.9º24.17%47.06%-
HSV(B)296.9º38.93%58.43%-
XYZ21.0215.7630.37-
YUV114.06147.72150.78-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.82%
GREEN value IS 91 (35.94% from 255) = 23.58%
BLUE value IS 149 (58.59% from 255) = 38.60%
R=37.82%
G=23.58%
B=38.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal146911490.020.3900.42296.924.1747.06
Hex925B9522702A129182f
Octal2221332252470524513057
Binary1001001010110111001010110100111010101010010100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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