#9E3AA7

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

Shades of Violet Blue #9E3AA7

Tints of Violet Blue #9E3AA7

Color information

#9E3AA7 (or 0x9E3AA7) is unknown color: approx Violet Blue. HEX triplet: 9E, 3A and A7. RGB value is (158,58,167). Sum of RGB (Red+Green+Blue) = 158+58+167=383 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.25% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 167 (65.62% from 255 or 43.60% from 383); Max value from RGB is 167 - color contains mainly: blue. Hex color #9E3AA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3AA7 is #61C558. Grayscale: #636363. Windows color (decimal): -6407513 or 10959518. OLE color: 10959518.

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

Color convert

RGB15858167-
CMYK0.050.6500.35
HSL295.05º48.44%44.12%-
HSV(B)295.05º65.27%65.49%-
XYZ22.5913.0937.89-
YUV100.33165.63169.14-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.25%
GREEN value IS 58 (23.05% from 255) = 15.14%
BLUE value IS 167 (65.62% from 255) = 43.60%
R=41.25%
G=15.14%
B=43.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal158581670.050.6500.35295.0548.4444.12
Hex9E3AA7541023127302c
Octal2367224751010434476054
Binary100111101110101010011110110000010100011100100111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,58,167); }

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

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

 a { background-color: rgb(158,58,167); }

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

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

 span { border-color: rgb(158,58,167); }

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