#93509C

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

Shades of Violet Blue #93509C

Tints of Violet Blue #93509C

Color information

#93509C (or 0x93509C) is unknown color: approx Violet Blue. HEX triplet: 93, 50 and 9C. RGB value is (147,80,156). Sum of RGB (Red+Green+Blue) = 147+80+156=383 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.38% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 156 - color contains mainly: blue. Hex color #93509C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93509C is #6CAF63. Grayscale: #6C6C6C. Windows color (decimal): -7122788 or 10244243. OLE color: 10244243.

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

Color convert

RGB14780156-
CMYK0.060.4900.39
HSL292.89º32.2%46.27%-
HSV(B)292.89º48.72%61.18%-
XYZ20.914.3433.12-
YUV108.7154.7155.32-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.38%
GREEN value IS 80 (31.64% from 255) = 20.89%
BLUE value IS 156 (61.33% from 255) = 40.73%
R=38.38%
G=20.89%
B=40.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal147801560.060.4900.39292.8932.246.27
Hex93509C631027125202e
Octal2231202346610474454056
Binary100100111010000100111001101100010100111100100101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93509C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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