#9D4193

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

Shades of Violet Blue #9D4193

Tints of Violet Blue #9D4193

Color information

#9D4193 (or 0x9D4193) is unknown color: approx Violet Blue. HEX triplet: 9D, 41 and 93. RGB value is (157,65,147). Sum of RGB (Red+Green+Blue) = 157+65+147=369 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.55% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4193 is #62BE6C. Grayscale: #656565. Windows color (decimal): -6471277 or 9650589. OLE color: 9650589.

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

Color convert

RGB15765147-
CMYK00.590.060.38
HSL306.52º41.44%43.53%-
HSV(B)306.52º58.6%61.57%-
XYZ21.0613.0629.01-
YUV101.86153.48167.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.55%
GREEN value IS 65 (25.78% from 255) = 17.62%
BLUE value IS 147 (57.81% from 255) = 39.84%
R=42.55%
G=17.62%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576514700.590.060.38306.5241.4443.53
Hex9D419303B626133292c
Octal2351012230736464635154
Binary100111011000001100100110111011110100110100110011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,65,147); }

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

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

 a { background-color: rgb(157,65,147); }

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

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

 span { border-color: rgb(157,65,147); }

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