#935595

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

Shades of Violet Blue #935595

Tints of Violet Blue #935595

Color information

#935595 (or 0x935595) is unknown color: approx Violet Blue. HEX triplet: 93, 55 and 95. RGB value is (147,85,149). Sum of RGB (Red+Green+Blue) = 147+85+149=381 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.58% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 149 - color contains mainly: blue. Hex color #935595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935595 is #6CAA6A. Grayscale: #6E6E6E. Windows color (decimal): -7121515 or 9786771. OLE color: 9786771.

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

Color convert

RGB14785149-
CMYK0.010.4300.42
HSL298.12º27.35%45.88%-
HSV(B)298.12º42.95%58.43%-
XYZ20.7114.8730.21-
YUV110.83149.54153.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.58%
GREEN value IS 85 (33.59% from 255) = 22.31%
BLUE value IS 149 (58.59% from 255) = 39.11%
R=38.58%
G=22.31%
B=39.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147851490.010.4300.42298.1227.3545.88
Hex93559512B02A12a1b2e
Octal2231252251530524523356
Binary100100111010101100101011101011010101010010101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935595; }

 p { color: rgb(147,85,149); }

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

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

 a { background-color: rgb(147,85,149); }

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

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

 span { border-color: rgb(147,85,149); }

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