#93609C

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

Shades of Violet Blue #93609C

Tints of Violet Blue #93609C

Color information

#93609C (or 0x93609C) is unknown color: approx Violet Blue. HEX triplet: 93, 60 and 9C. RGB value is (147,96,156). Sum of RGB (Red+Green+Blue) = 147+96+156=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 156 - color contains mainly: blue. Hex color #93609C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93609C is #6C9F63. Grayscale: #757575. Windows color (decimal): -7118692 or 10248339. OLE color: 10248339.

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

Color convert

RGB14796156-
CMYK0.060.3800.39
HSL291º23.81%49.41%-
HSV(B)291º38.46%61.18%-
XYZ22.2216.9733.56-
YUV118.09149.4148.62-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.84%
GREEN value IS 96 (37.89% from 255) = 24.06%
BLUE value IS 156 (61.33% from 255) = 39.10%
R=36.84%
G=24.06%
B=39.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal147961560.060.3800.3929123.8149.41
Hex93609C6260271231831
Octal2231402346460474433061
Binary10010011110000010011100110100110010011110010001111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93609C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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