#935D93

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

Shades of Violet Blue #935D93

Tints of Violet Blue #935D93

Color information

#935D93 (or 0x935D93) is unknown color: approx Violet Blue. HEX triplet: 93, 5D and 93. RGB value is (147,93,147). Sum of RGB (Red+Green+Blue) = 147+93+147=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 147 - color contains mainly: red, blue. Hex color #935D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935D93 is #6CA26C. Grayscale: #737373. Windows color (decimal): -7119469 or 9657747. OLE color: 9657747.

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

Color convert

RGB14793147-
CMYK00.3700.42
HSL300º22.5%47.06%-
HSV(B)300º36.73%57.65%-
XYZ21.2116.1429.6-
YUV115.3145.89150.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.98%
GREEN value IS 93 (36.72% from 255) = 24.03%
BLUE value IS 147 (57.81% from 255) = 37.98%
R=37.98%
G=24.03%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479314700.3700.4230022.547.06
Hex935D9302502A12c162f
Octal2231352230450524542657
Binary100100111011101100100110100101010101010010110010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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