#9E428D

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

Shades of Violet Blue #9E428D

Tints of Violet Blue #9E428D

Color information

#9E428D (or 0x9E428D) is unknown color: approx Violet Blue. HEX triplet: 9E, 42 and 8D. RGB value is (158,66,141). Sum of RGB (Red+Green+Blue) = 158+66+141=365 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.29% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 158 - color contains mainly: red. Hex color #9E428D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E428D is #61BD72. Grayscale: #656565. Windows color (decimal): -6405491 or 9257630. OLE color: 9257630.

HSL color Cylindrical-coordinate representation of color #9E428D: hue angle of 311.09º 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 #9E428D is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB15866141-
CMYK00.580.110.38
HSL311.09º41.07%43.92%-
HSV(B)311.09º58.23%61.96%-
XYZ20.8613.0926.63-
YUV102.06149.98167.9-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.29%
GREEN value IS 66 (26.17% from 255) = 18.08%
BLUE value IS 141 (55.47% from 255) = 38.63%
R=43.29%
G=18.08%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1586614100.580.110.38311.0941.0743.92
Hex9E428D03AB26137292c
Octal23610221507213464675154
Binary1001111010000101000110101110101011100110100110111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E428D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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