#9E719A

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

Shades of Violet Blue #9E719A

Tints of Violet Blue #9E719A

Color information

#9E719A (or 0x9E719A) is unknown color: approx Violet Blue. HEX triplet: 9E, 71 and 9A. RGB value is (158,113,154). Sum of RGB (Red+Green+Blue) = 158+113+154=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 158 - color contains mainly: red. Hex color #9E719A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E719A is #618E65. Grayscale: #838383. Windows color (decimal): -6393446 or 10121630. OLE color: 10121630.

HSL color Cylindrical-coordinate representation of color #9E719A: hue angle of 305.33º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9E719A is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB158113154-
CMYK00.280.030.38
HSL305.33º18.83%53.14%-
HSV(B)305.33º28.48%61.96%-
XYZ25.8421.4133.34-
YUV131.13140.91147.17-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.18%
GREEN value IS 113 (44.53% from 255) = 26.59%
BLUE value IS 154 (60.55% from 255) = 36.24%
R=37.18%
G=26.59%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811315400.280.030.38305.3318.8353.14
Hex9E719A01C3261311335
Octal2361612320343464612365
Binary100111101110001100110100111001110011010011000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E719A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,113,154); }

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

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

 a { background-color: rgb(158,113,154); }

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

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

 span { border-color: rgb(158,113,154); }

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