#9E339D

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

Shades of Vivid Violet #9E339D

Tints of Vivid Violet #9E339D

Color information

#9E339D (or 0x9E339D) is unknown color: approx Vivid Violet. HEX triplet: 9E, 33 and 9D. RGB value is (158,51,157). Sum of RGB (Red+Green+Blue) = 158+51+157=366 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.17% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 158 - color contains mainly: red. Hex color #9E339D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E339D is #61CC62. Grayscale: #5E5E5E. Windows color (decimal): -6409315 or 10302366. OLE color: 10302366.

HSL color Cylindrical-coordinate representation of color #9E339D: hue angle of 300.56º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E339D is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB15851157-
CMYK00.680.010.38
HSL300.56º51.2%40.98%-
HSV(B)300.56º67.72%61.96%-
XYZ21.3712.0733.1-
YUV95.08162.95172.88-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.17%
GREEN value IS 51 (20.31% from 255) = 13.93%
BLUE value IS 157 (61.72% from 255) = 42.90%
R=43.17%
G=13.93%
B=42.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1585115700.680.010.38300.5651.240.98
Hex9E339D04412612d3329
Octal2366323501041464556351
Binary1001111011001110011101010001001100110100101101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E339D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,51,157); }

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

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

 a { background-color: rgb(158,51,157); }

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

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

 span { border-color: rgb(158,51,157); }

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