#9E489D

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

Shades of Violet Blue #9E489D

Tints of Violet Blue #9E489D

Color information

#9E489D (or 0x9E489D) is unknown color: approx Violet Blue. HEX triplet: 9E, 48 and 9D. RGB value is (158,72,157). Sum of RGB (Red+Green+Blue) = 158+72+157=387 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.83% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 158 - color contains mainly: red. Hex color #9E489D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E489D is #61B762. Grayscale: #6B6B6B. Windows color (decimal): -6403939 or 10307742. OLE color: 10307742.

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

Color convert

RGB15872157-
CMYK00.540.010.38
HSL300.7º37.39%45.1%-
HSV(B)300.7º54.43%61.96%-
XYZ22.514.3433.48-
YUV107.4155.99164.09-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.83%
GREEN value IS 72 (28.52% from 255) = 18.60%
BLUE value IS 157 (61.72% from 255) = 40.57%
R=40.83%
G=18.60%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1587215700.540.010.38300.737.3945.1
Hex9E489D03612612d252d
Octal2361102350661464554555
Binary1001111010010001001110101101101100110100101101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E489D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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