#9E428E

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

Shades of Violet Blue #9E428E

Tints of Violet Blue #9E428E

Color information

#9E428E (or 0x9E428E) is unknown color: approx Violet Blue. HEX triplet: 9E, 42 and 8E. RGB value is (158,66,142). Sum of RGB (Red+Green+Blue) = 158+66+142=366 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.17% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 158 - color contains mainly: red. Hex color #9E428E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E428E is #61BD71. Grayscale: #656565. Windows color (decimal): -6405490 or 9323166. OLE color: 9323166.

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

Color convert

RGB15866142-
CMYK00.580.100.38
HSL310.43º41.07%43.92%-
HSV(B)310.43º58.23%61.96%-
XYZ20.9313.1227.02-
YUV102.17150.48167.82-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.17%
GREEN value IS 66 (26.17% from 255) = 18.03%
BLUE value IS 142 (55.86% from 255) = 38.80%
R=43.17%
G=18.03%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1586614200.580.100.38310.4341.0743.92
Hex9E428E03AA26136292c
Octal23610221607212464665154
Binary1001111010000101000111001110101010100110100110110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E428E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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