#93638D

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

Shades of Violet Blue #93638D

Tints of Violet Blue #93638D

Color information

#93638D (or 0x93638D) is unknown color: approx Violet Blue. HEX triplet: 93, 63 and 8D. RGB value is (147,99,141). Sum of RGB (Red+Green+Blue) = 147+99+141=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 147 - color contains mainly: red. Hex color #93638D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93638D is #6C9C72. Grayscale: #767676. Windows color (decimal): -7117939 or 9266067. OLE color: 9266067.

HSL color Cylindrical-coordinate representation of color #93638D: hue angle of 307.5º 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 #93638D is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB14799141-
CMYK00.330.040.42
HSL307.5º19.51%48.24%-
HSV(B)307.5º32.65%57.65%-
XYZ21.317.0527.37-
YUV118.14140.9148.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.98%
GREEN value IS 99 (39.06% from 255) = 25.58%
BLUE value IS 141 (55.47% from 255) = 36.43%
R=37.98%
G=25.58%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479914100.330.040.42307.519.5148.24
Hex93638D02142A1341430
Octal2231432150414524642460
Binary10010011110001110001101010000110010101010011010010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93638D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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