#9a55a5

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

Shades of Violet Blue #9A55A5

Tints of Violet Blue #9A55A5

Color information

#9A55A5 (or 0x9A55A5) is unknown color: approx Violet Blue. HEX triplet: 9A, 55 and A5. RGB value is (154,85,165). Sum of RGB (Red+Green+Blue) = 154+85+165=404 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.12% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 165 (64.84% from 255 or 40.84% from 404); Max value from RGB is 165 - color contains mainly: blue. Hex color #9A55A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A55A5 is #65AA5A. Grayscale: #727272. Windows color (decimal): -6662747 or 10835354. OLE color: 10835354.

HSL color Cylindrical-coordinate representation of color #9A55A5: hue angle of 291.75º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A55A5 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15485165-
CMYK0.070.4800.35
HSL291.75º32%49.02%-
HSV(B)291.75º48.48%64.71%-
XYZ23.3716.0837.47-
YUV114.75156.36156-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.12%
GREEN value IS 85 (33.59% from 255) = 21.04%
BLUE value IS 165 (64.84% from 255) = 40.84%
R=38.12%
G=21.04%
B=40.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal154851650.070.4800.35291.753249.02
Hex9A55A57300231242031
Octal2321252457600434444061
Binary100110101010101101001011111100000100011100100100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a55a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9a55a5; }

 p { color: rgb(154,85,165); }

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

<style>
 a { background-color: #9a55a5; }

 a { background-color: rgb(154,85,165); }

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

<style>
 span { border-color: #9a55a5; }

 span { border-color: rgb(154,85,165); }

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