#9E488D

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

Shades of Violet Blue #9E488D

Tints of Violet Blue #9E488D

Color information

#9E488D (or 0x9E488D) is unknown color: approx Violet Blue. HEX triplet: 9E, 48 and 8D. RGB value is (158,72,141). Sum of RGB (Red+Green+Blue) = 158+72+141=371 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.59% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 158 - color contains mainly: red. Hex color #9E488D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E488D is #61B772. Grayscale: #696969. Windows color (decimal): -6403955 or 9259166. OLE color: 9259166.

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

Color convert

RGB15872141-
CMYK00.540.110.38
HSL311.86º37.39%45.1%-
HSV(B)311.86º54.43%61.96%-
XYZ21.2313.8326.75-
YUV105.58147.99165.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.59%
GREEN value IS 72 (28.52% from 255) = 19.41%
BLUE value IS 141 (55.47% from 255) = 38.01%
R=42.59%
G=19.41%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1587214100.540.110.38311.8637.3945.1
Hex9E488D036B26138252d
Octal23611021506613464704555
Binary1001111010010001000110101101101011100110100111000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E488D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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