#9D4590

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

Shades of Violet Blue #9D4590

Tints of Violet Blue #9D4590

Color information

#9D4590 (or 0x9D4590) is unknown color: approx Violet Blue. HEX triplet: 9D, 45 and 90. RGB value is (157,69,144). Sum of RGB (Red+Green+Blue) = 157+69+144=370 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.43% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4590 is #62BA6F. Grayscale: #676767. Windows color (decimal): -6470256 or 9455005. OLE color: 9455005.

HSL color Cylindrical-coordinate representation of color #9D4590: hue angle of 308.86º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9D4590 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB15769144-
CMYK00.560.080.38
HSL308.86º38.94%44.31%-
HSV(B)308.86º56.05%61.57%-
XYZ21.0713.4427.87-
YUV103.86150.65165.9-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.43%
GREEN value IS 69 (27.34% from 255) = 18.65%
BLUE value IS 144 (56.64% from 255) = 38.92%
R=42.43%
G=18.65%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576914400.560.080.38308.8638.9444.31
Hex9D4590038826135272c
Octal23510522007010464654754
Binary1001110110001011001000001110001000100110100110101100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,69,144); }

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

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

 a { background-color: rgb(157,69,144); }

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

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

 span { border-color: rgb(157,69,144); }

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