#93639C

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

Shades of Violet Blue #93639C

Tints of Violet Blue #93639C

Color information

#93639C (or 0x93639C) is unknown color: approx Violet Blue. HEX triplet: 93, 63 and 9C. RGB value is (147,99,156). Sum of RGB (Red+Green+Blue) = 147+99+156=402 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.57% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 156 - color contains mainly: blue. Hex color #93639C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93639C is #6C9C63. Grayscale: #777777. Windows color (decimal): -7117924 or 10249107. OLE color: 10249107.

HSL color Cylindrical-coordinate representation of color #93639C: hue angle of 290.53º degrees, saturation: 0.22, 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 #93639C is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14799156-
CMYK0.060.3700.39
HSL290.53º22.35%50%-
HSV(B)290.53º36.54%61.18%-
XYZ22.517.5333.65-
YUV119.85148.4147.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.57%
GREEN value IS 99 (39.06% from 255) = 24.63%
BLUE value IS 156 (61.33% from 255) = 38.81%
R=36.57%
G=24.63%
B=38.81%

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
Decimal147991560.060.3700.39290.5322.3550
Hex93639C6250271231632
Octal2231432346450474432662
Binary10010011110001110011100110100101010011110010001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93639C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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