#935E93

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

Shades of Violet Blue #935E93

Tints of Violet Blue #935E93

Color information

#935E93 (or 0x935E93) is unknown color: approx Violet Blue. HEX triplet: 93, 5E and 93. RGB value is (147,94,147). Sum of RGB (Red+Green+Blue) = 147+94+147=388 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.89% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 147 - color contains mainly: red, blue. Hex color #935E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935E93 is #6CA16C. Grayscale: #737373. Windows color (decimal): -7119213 or 9658003. OLE color: 9658003.

HSL color Cylindrical-coordinate representation of color #935E93: hue angle of 300º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #935E93 is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14794147-
CMYK00.3600.42
HSL300º21.99%47.25%-
HSV(B)300º36.05%57.65%-
XYZ21.316.3229.63-
YUV115.89145.56150.19-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.89%
GREEN value IS 94 (37.11% from 255) = 24.23%
BLUE value IS 147 (57.81% from 255) = 37.89%
R=37.89%
G=24.23%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479414700.3600.4230021.9947.25
Hex935E9302402A12c162f
Octal2231362230440524542657
Binary100100111011110100100110100100010101010010110010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935E93; }

 p { color: rgb(147,94,147); }

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

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

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

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

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

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

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