#937893

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

Shades of Violet Blue #937893

Tints of Violet Blue #937893

Color information

#937893 (or 0x937893) is unknown color: approx Violet Blue. HEX triplet: 93, 78 and 93. RGB value is (147,120,147). Sum of RGB (Red+Green+Blue) = 147+120+147=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 147 - color contains mainly: red, blue. Hex color #937893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937893 is #6C876C. Grayscale: #838383. Windows color (decimal): -7112557 or 9664659. OLE color: 9664659.

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

Color convert

RGB147120147-
CMYK00.1800.42
HSL300º11.11%52.35%-
HSV(B)300º18.37%57.65%-
XYZ24.0221.7430.53-
YUV131.15136.95139.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.51%
GREEN value IS 120 (47.27% from 255) = 28.99%
BLUE value IS 147 (57.81% from 255) = 35.51%
R=35.51%
G=28.99%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712014700.1800.4230011.1152.35
Hex93789301202A12cb34
Octal2231702230220524541364
Binary1001001111110001001001101001001010101001011001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937893; }

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

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

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

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

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

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

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

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