#93609D

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

Shades of Violet Blue #93609D

Tints of Violet Blue #93609D

Color information

#93609D (or 0x93609D) is unknown color: approx Violet Blue. HEX triplet: 93, 60 and 9D. RGB value is (147,96,157). Sum of RGB (Red+Green+Blue) = 147+96+157=400 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.75% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 157 - color contains mainly: blue. Hex color #93609D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93609D is #6C9F62. Grayscale: #767676. Windows color (decimal): -7118691 or 10313875. OLE color: 10313875.

HSL color Cylindrical-coordinate representation of color #93609D: hue angle of 290.16º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93609D is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14796157-
CMYK0.060.3900.38
HSL290.16º24.11%49.61%-
HSV(B)290.16º38.85%61.57%-
XYZ22.31734-
YUV118.2149.9148.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.75%
GREEN value IS 96 (37.89% from 255) = 24%
BLUE value IS 157 (61.72% from 255) = 39.25%
R=36.75%
G=24%
B=39.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal147961570.060.3900.38290.1624.1149.61
Hex93609D6270261221832
Octal2231402356470464423062
Binary10010011110000010011101110100111010011010010001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93609D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,96,157); }

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

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

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

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

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

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

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