#935993

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

Shades of Violet Blue #935993

Tints of Violet Blue #935993

Color information

#935993 (or 0x935993) is unknown color: approx Violet Blue. HEX triplet: 93, 59 and 93. RGB value is (147,89,147). Sum of RGB (Red+Green+Blue) = 147+89+147=383 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.38% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 147 - color contains mainly: red, blue. Hex color #935993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935993 is #6CA66C. Grayscale: #707070. Windows color (decimal): -7120493 or 9656723. OLE color: 9656723.

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

Color convert

RGB14789147-
CMYK00.3900.42
HSL300º24.58%46.27%-
HSV(B)300º39.46%57.65%-
XYZ20.8715.4529.49-
YUV112.95147.22152.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.38%
GREEN value IS 89 (35.16% from 255) = 23.24%
BLUE value IS 147 (57.81% from 255) = 38.38%
R=38.38%
G=23.24%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478914700.3900.4230024.5846.27
Hex93599302702A12c192e
Octal2231312230470524543156
Binary100100111011001100100110100111010101010010110011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935993; }

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

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

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

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

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

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

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

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