#9E379A

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

Shades of Vivid Violet #9E379A

Tints of Vivid Violet #9E379A

Color information

#9E379A (or 0x9E379A) is unknown color: approx Vivid Violet. HEX triplet: 9E, 37 and 9A. RGB value is (158,55,154). Sum of RGB (Red+Green+Blue) = 158+55+154=367 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.05% from 367); Green value is 55 (21.88% from 255 or 14.99% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 158 - color contains mainly: red. Hex color #9E379A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E379A is #61C865. Grayscale: #606060. Windows color (decimal): -6408294 or 10106782. OLE color: 10106782.

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

Color convert

RGB15855154-
CMYK00.650.030.38
HSL302.33º48.36%41.76%-
HSV(B)302.33º65.19%61.96%-
XYZ21.312.3331.83-
YUV97.08160.12171.45-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.05%
GREEN value IS 55 (21.88% from 255) = 14.99%
BLUE value IS 154 (60.55% from 255) = 41.96%
R=43.05%
G=14.99%
B=41.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1585515400.650.030.38302.3348.3641.76
Hex9E379A04132612e302a
Octal2366723201013464566052
Binary10011110110111100110100100000111100110100101110110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E379A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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