#9E289B

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

Shades of Vivid Violet #9E289B

Tints of Vivid Violet #9E289B

Color information

#9E289B (or 0x9E289B) is unknown color: approx Vivid Violet. HEX triplet: 9E, 28 and 9B. RGB value is (158,40,155). Sum of RGB (Red+Green+Blue) = 158+40+155=353 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.76% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 158 - color contains mainly: red. Hex color #9E289B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E289B is #61D764. Grayscale: #585858. Windows color (decimal): -6412133 or 10168478. OLE color: 10168478.

HSL color Cylindrical-coordinate representation of color #9E289B: hue angle of 301.53º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E289B is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB15840155-
CMYK00.750.020.38
HSL301.53º59.6%38.82%-
HSV(B)301.53º74.68%61.96%-
XYZ20.7811.1532.07-
YUV88.39165.59177.65-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.76%
GREEN value IS 40 (16.02% from 255) = 11.33%
BLUE value IS 155 (60.94% from 255) = 43.91%
R=44.76%
G=11.33%
B=43.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1584015500.750.020.38301.5359.638.82
Hex9E289B04B22612e3c27
Octal2365023301132464567447
Binary10011110101000100110110100101110100110100101110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E289B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,40,155); }

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

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

 a { background-color: rgb(158,40,155); }

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

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

 span { border-color: rgb(158,40,155); }

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