#9E4F8E

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

Shades of Violet Blue #9E4F8E

Tints of Violet Blue #9E4F8E

Color information

#9E4F8E (or 0x9E4F8E) is unknown color: approx Violet Blue. HEX triplet: 9E, 4F and 8E. RGB value is (158,79,142). Sum of RGB (Red+Green+Blue) = 158+79+142=379 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.69% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E4F8E is #61B071. Grayscale: #6D6D6D. Windows color (decimal): -6402162 or 9326494. OLE color: 9326494.

HSL color Cylindrical-coordinate representation of color #9E4F8E: hue angle of 312.15º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E4F8E is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB15879142-
CMYK00.500.100.38
HSL312.15º33.33%46.47%-
HSV(B)312.15º50%61.96%-
XYZ21.7814.8127.3-
YUV109.8146.17162.38-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.69%
GREEN value IS 79 (31.25% from 255) = 20.84%
BLUE value IS 142 (55.86% from 255) = 37.47%
R=41.69%
G=20.84%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1587914200.500.100.38312.1533.3346.47
Hex9E4F8E032A26138212e
Octal23611721606212464704156
Binary1001111010011111000111001100101010100110100111000100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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