#937594

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

Shades of Violet Blue #937594

Tints of Violet Blue #937594

Color information

#937594 (or 0x937594) is unknown color: approx Violet Blue. HEX triplet: 93, 75 and 94. RGB value is (147,117,148). Sum of RGB (Red+Green+Blue) = 147+117+148=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 148 (58.20% from 255 or 35.92% from 412); Max value from RGB is 148 - color contains mainly: blue. Hex color #937594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937594 is #6C8A6B. Grayscale: #818181. Windows color (decimal): -7113324 or 9729427. OLE color: 9729427.

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

Color convert

RGB147117148-
CMYK0.010.2100.42
HSL298.06º12.65%51.96%-
HSV(B)298.06º20.95%58.04%-
XYZ23.7421.0630.83-
YUV129.5138.44140.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.68%
GREEN value IS 117 (46.09% from 255) = 28.40%
BLUE value IS 148 (58.20% from 255) = 35.92%
R=35.68%
G=28.40%
B=35.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471171480.010.2100.42298.0612.6551.96
Hex93759411502A12ad34
Octal2231652241250524521564
Binary1001001111101011001010011010101010101001010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937594; }

 p { color: rgb(147,117,148); }

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

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

 a { background-color: rgb(147,117,148); }

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

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

 span { border-color: rgb(147,117,148); }

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