#93638E

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

Shades of Violet Blue #93638E

Tints of Violet Blue #93638E

Color information

#93638E (or 0x93638E) is unknown color: approx Violet Blue. HEX triplet: 93, 63 and 8E. RGB value is (147,99,142). Sum of RGB (Red+Green+Blue) = 147+99+142=388 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.89% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 147 - color contains mainly: red. Hex color #93638E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93638E is #6C9C71. Grayscale: #767676. Windows color (decimal): -7117938 or 9331603. OLE color: 9331603.

HSL color Cylindrical-coordinate representation of color #93638E: hue angle of 306.25º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93638E is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB14799142-
CMYK00.330.030.42
HSL306.25º19.51%48.24%-
HSV(B)306.25º32.65%57.65%-
XYZ21.3817.0827.76-
YUV118.25141.4148.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.89%
GREEN value IS 99 (39.06% from 255) = 25.52%
BLUE value IS 142 (55.86% from 255) = 36.60%
R=37.89%
G=25.52%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479914200.330.030.42306.2519.5148.24
Hex93638E02132A1321430
Octal2231432160413524622460
Binary1001001111000111000111001000011110101010011001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93638E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93638E; }

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

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

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

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

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

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

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

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