#9D488A

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

Shades of Violet Blue #9D488A

Tints of Violet Blue #9D488A

Color information

#9D488A (or 0x9D488A) is unknown color: approx Violet Blue. HEX triplet: 9D, 48 and 8A. RGB value is (157,72,138). Sum of RGB (Red+Green+Blue) = 157+72+138=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 157 - color contains mainly: red. Hex color #9D488A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D488A is #62B775. Grayscale: #686868. Windows color (decimal): -6469494 or 9062557. OLE color: 9062557.

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

Color convert

RGB15772138-
CMYK00.540.120.38
HSL313.41º37.12%44.9%-
HSV(B)313.41º54.14%61.57%-
XYZ20.8113.6425.58-
YUV104.94146.66165.13-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.78%
GREEN value IS 72 (28.52% from 255) = 19.62%
BLUE value IS 138 (54.30% from 255) = 37.60%
R=42.78%
G=19.62%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577213800.540.120.38313.4137.1244.9
Hex9D488A036C26139252d
Octal23511021206614464714555
Binary1001110110010001000101001101101100100110100111001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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