#9E61AA

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

Shades of Violet Blue #9E61AA

Tints of Violet Blue #9E61AA

Color information

#9E61AA (or 0x9E61AA) is unknown color: approx Violet Blue. HEX triplet: 9E, 61 and AA. RGB value is (158,97,170). Sum of RGB (Red+Green+Blue) = 158+97+170=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E61AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E61AA is #619E55. Grayscale: #7B7B7B. Windows color (decimal): -6397526 or 11166110. OLE color: 11166110.

HSL color Cylindrical-coordinate representation of color #9E61AA: hue angle of 290.14º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9E61AA is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15897170-
CMYK0.070.4300.33
HSL290.14º30.04%52.35%-
HSV(B)290.14º42.94%66.67%-
XYZ25.6318.7240.29-
YUV123.56154.21152.56-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.18%
GREEN value IS 97 (38.28% from 255) = 22.82%
BLUE value IS 170 (66.80% from 255) = 40%
R=37.18%
G=22.82%
B=40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal158971700.070.4300.33290.1430.0452.35
Hex9E61AA72B0211221e34
Octal2361412527530414423664
Binary10011110110000110101010111101011010000110010001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E61AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,97,170); }

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

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

 a { background-color: rgb(158,97,170); }

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

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

 span { border-color: rgb(158,97,170); }

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