#9E488E

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

Shades of Violet Blue #9E488E

Tints of Violet Blue #9E488E

Color information

#9E488E (or 0x9E488E) is unknown color: approx Violet Blue. HEX triplet: 9E, 48 and 8E. RGB value is (158,72,142). Sum of RGB (Red+Green+Blue) = 158+72+142=372 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.47% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 158 - color contains mainly: red. Hex color #9E488E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E488E is #61B771. Grayscale: #696969. Windows color (decimal): -6403954 or 9324702. OLE color: 9324702.

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

Color convert

RGB15872142-
CMYK00.540.100.38
HSL311.16º37.39%45.1%-
HSV(B)311.16º54.43%61.96%-
XYZ21.313.8627.14-
YUV105.69148.49165.31-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.47%
GREEN value IS 72 (28.52% from 255) = 19.35%
BLUE value IS 142 (55.86% from 255) = 38.17%
R=42.47%
G=19.35%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1587214200.540.100.38311.1637.3945.1
Hex9E488E036A26137252d
Octal23611021606612464674555
Binary1001111010010001000111001101101010100110100110111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E488E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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