#93629C

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

Shades of Violet Blue #93629C

Tints of Violet Blue #93629C

Color information

#93629C (or 0x93629C) is unknown color: approx Violet Blue. HEX triplet: 93, 62 and 9C. RGB value is (147,98,156). Sum of RGB (Red+Green+Blue) = 147+98+156=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 156 - color contains mainly: blue. Hex color #93629C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93629C is #6C9D63. Grayscale: #777777. Windows color (decimal): -7118180 or 10248851. OLE color: 10248851.

HSL color Cylindrical-coordinate representation of color #93629C: hue angle of 290.69º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93629C is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14798156-
CMYK0.060.3700.39
HSL290.69º22.83%49.8%-
HSV(B)290.69º37.18%61.18%-
XYZ22.417.3433.62-
YUV119.26148.73147.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.66%
GREEN value IS 98 (38.67% from 255) = 24.44%
BLUE value IS 156 (61.33% from 255) = 38.90%
R=36.66%
G=24.44%
B=38.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal147981560.060.3700.39290.6922.8349.8
Hex93629C6250271231732
Octal2231422346450474432762
Binary10010011110001010011100110100101010011110010001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93629C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93629C; }

 p { color: rgb(147,98,156); }

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

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

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

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

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

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

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