#925599

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

Shades of Violet Blue #925599

Tints of Violet Blue #925599

Color information

#925599 (or 0x925599) is unknown color: approx Violet Blue. HEX triplet: 92, 55 and 99. RGB value is (146,85,153). Sum of RGB (Red+Green+Blue) = 146+85+153=384 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.02% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 153 - color contains mainly: blue. Hex color #925599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925599 is #6DAA66. Grayscale: #6E6E6E. Windows color (decimal): -7187047 or 10048914. OLE color: 10048914.

HSL color Cylindrical-coordinate representation of color #925599: hue angle of 293.82º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #925599 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14685153-
CMYK0.050.4400.4
HSL293.82º28.57%46.67%-
HSV(B)293.82º44.44%60%-
XYZ20.8514.9131.92-
YUV110.99151.71152.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.02%
GREEN value IS 85 (33.59% from 255) = 22.14%
BLUE value IS 153 (60.16% from 255) = 39.84%
R=38.02%
G=22.14%
B=39.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal146851530.050.4400.4293.8228.5746.67
Hex92559952C0281261d2f
Octal2221252315540504463557
Binary10010010101010110011001101101100010100010010011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925599; }

 p { color: rgb(146,85,153); }

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

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

 a { background-color: rgb(146,85,153); }

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

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

 span { border-color: rgb(146,85,153); }

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