#9D4595

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

Shades of Violet Blue #9D4595

Tints of Violet Blue #9D4595

Color information

#9D4595 (or 0x9D4595) is unknown color: approx Violet Blue. HEX triplet: 9D, 45 and 95. RGB value is (157,69,149). Sum of RGB (Red+Green+Blue) = 157+69+149=375 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.87% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4595 is #62BA6A. Grayscale: #686868. Windows color (decimal): -6470251 or 9782685. OLE color: 9782685.

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

Color convert

RGB15769149-
CMYK00.560.050.38
HSL305.45º38.94%44.31%-
HSV(B)305.45º56.05%61.57%-
XYZ21.4613.5929.93-
YUV104.43153.15165.5-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.87%
GREEN value IS 69 (27.34% from 255) = 18.4%
BLUE value IS 149 (58.59% from 255) = 39.73%
R=41.87%
G=18.4%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576914900.560.050.38305.4538.9444.31
Hex9D4595038526131272c
Octal2351052250705464614754
Binary100111011000101100101010111000101100110100110001100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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