#9E408E

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

Shades of Violet Blue #9E408E

Tints of Violet Blue #9E408E

Color information

#9E408E (or 0x9E408E) is unknown color: approx Violet Blue. HEX triplet: 9E, 40 and 8E. RGB value is (158,64,142). Sum of RGB (Red+Green+Blue) = 158+64+142=364 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.41% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 158 - color contains mainly: red. Hex color #9E408E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E408E is #61BF71. Grayscale: #646464. Windows color (decimal): -6406002 or 9322654. OLE color: 9322654.

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

Color convert

RGB15864142-
CMYK00.590.100.38
HSL310.21º42.34%43.53%-
HSV(B)310.21º59.49%61.96%-
XYZ20.8212.8926.98-
YUV101151.14168.66-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.41%
GREEN value IS 64 (25.39% from 255) = 17.58%
BLUE value IS 142 (55.86% from 255) = 39.01%
R=43.41%
G=17.58%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1586414200.590.100.38310.2142.3443.53
Hex9E408E03BA261362a2c
Octal23610021607312464665254
Binary1001111010000001000111001110111010100110100110110101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E408E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,64,142); }

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

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

 a { background-color: rgb(158,64,142); }

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

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

 span { border-color: rgb(158,64,142); }

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