#935594

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

Shades of Violet Blue #935594

Tints of Violet Blue #935594

Color information

#935594 (or 0x935594) is unknown color: approx Violet Blue. HEX triplet: 93, 55 and 94. RGB value is (147,85,148). Sum of RGB (Red+Green+Blue) = 147+85+148=380 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.68% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 148 - color contains mainly: blue. Hex color #935594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935594 is #6CAA6B. Grayscale: #6E6E6E. Windows color (decimal): -7121516 or 9721235. OLE color: 9721235.

HSL color Cylindrical-coordinate representation of color #935594: hue angle of 299.05º 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 #935594 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14785148-
CMYK0.010.4300.42
HSL299.05º27.04%45.69%-
HSV(B)299.05º42.57%58.04%-
XYZ20.6314.8429.79-
YUV110.72149.04153.88-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.68%
GREEN value IS 85 (33.59% from 255) = 22.37%
BLUE value IS 148 (58.20% from 255) = 38.95%
R=38.68%
G=22.37%
B=38.95%

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
Decimal147851480.010.4300.42299.0527.0445.69
Hex93559412B02A12b1b2e
Octal2231252241530524533356
Binary100100111010101100101001101011010101010010101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935594; }

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

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

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

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

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

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

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

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