#9D488E

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

Shades of Violet Blue #9D488E

Tints of Violet Blue #9D488E

Color information

#9D488E (or 0x9D488E) is unknown color: approx Violet Blue. HEX triplet: 9D, 48 and 8E. RGB value is (157,72,142). Sum of RGB (Red+Green+Blue) = 157+72+142=371 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.32% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 157 - color contains mainly: red. Hex color #9D488E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D488E is #62B771. Grayscale: #696969. Windows color (decimal): -6469490 or 9324701. OLE color: 9324701.

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

Color convert

RGB15772142-
CMYK00.540.100.38
HSL310.59º37.12%44.9%-
HSV(B)310.59º54.14%61.57%-
XYZ21.113.7627.13-
YUV105.4148.66164.81-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.32%
GREEN value IS 72 (28.52% from 255) = 19.41%
BLUE value IS 142 (55.86% from 255) = 38.27%
R=42.32%
G=19.41%
B=38.27%

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
Decimal1577214200.540.100.38310.5937.1244.9
Hex9D488E036A26137252d
Octal23511021606612464674555
Binary1001110110010001000111001101101010100110100110111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D488E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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