#93619B

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

Shades of Violet Blue #93619B

Tints of Violet Blue #93619B

Color information

#93619B (or 0x93619B) is unknown color: approx Violet Blue. HEX triplet: 93, 61 and 9B. RGB value is (147,97,155). Sum of RGB (Red+Green+Blue) = 147+97+155=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 155 - color contains mainly: blue. Hex color #93619B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93619B is #6C9E64. Grayscale: #767676. Windows color (decimal): -7118437 or 10183059. OLE color: 10183059.

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

Color convert

RGB14797155-
CMYK0.050.3700.39
HSL291.72º23.02%49.41%-
HSV(B)291.72º37.42%60.78%-
XYZ22.2217.1233.14-
YUV118.56148.56148.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.84%
GREEN value IS 97 (38.28% from 255) = 24.31%
BLUE value IS 155 (60.94% from 255) = 38.85%
R=36.84%
G=24.31%
B=38.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal147971550.050.3700.39291.7223.0249.41
Hex93619B5250271241731
Octal2231412335450474442761
Binary10010011110000110011011101100101010011110010010010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93619B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93619B; }

 p { color: rgb(147,97,155); }

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

<style>
 a { background-color: #93619B; }

 a { background-color: rgb(147,97,155); }

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

<style>
 span { border-color: #93619B; }

 span { border-color: rgb(147,97,155); }

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