#9E488F

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

Shades of Violet Blue #9E488F

Tints of Violet Blue #9E488F

Color information

#9E488F (or 0x9E488F) is unknown color: approx Violet Blue. HEX triplet: 9E, 48 and 8F. RGB value is (158,72,143). Sum of RGB (Red+Green+Blue) = 158+72+143=373 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.36% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 158 - color contains mainly: red. Hex color #9E488F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E488F is #61B770. Grayscale: #696969. Windows color (decimal): -6403953 or 9390238. OLE color: 9390238.

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

Color convert

RGB15872143-
CMYK00.540.090.38
HSL310.47º37.39%45.1%-
HSV(B)310.47º54.43%61.96%-
XYZ21.3813.8927.54-
YUV105.81148.99165.23-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.36%
GREEN value IS 72 (28.52% from 255) = 19.30%
BLUE value IS 143 (56.25% from 255) = 38.34%
R=42.36%
G=19.30%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1587214300.540.090.38310.4737.3945.1
Hex9E488F036926136252d
Octal23611021706611464664555
Binary1001111010010001000111101101101001100110100110110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E488F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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