#9D4195

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

Shades of Violet Blue #9D4195

Tints of Violet Blue #9D4195

Color information

#9D4195 (or 0x9D4195) is unknown color: approx Violet Blue. HEX triplet: 9D, 41 and 95. RGB value is (157,65,149). Sum of RGB (Red+Green+Blue) = 157+65+149=371 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.32% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4195 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4195 is #62BE6A. Grayscale: #656565. Windows color (decimal): -6471275 or 9781661. OLE color: 9781661.

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

Color convert

RGB15765149-
CMYK00.590.050.38
HSL305.22º41.44%43.53%-
HSV(B)305.22º58.6%61.57%-
XYZ21.2213.1229.85-
YUV102.08154.48167.17-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.32%
GREEN value IS 65 (25.78% from 255) = 17.52%
BLUE value IS 149 (58.59% from 255) = 40.16%
R=42.32%
G=17.52%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576514900.590.050.38305.2241.4443.53
Hex9D419503B526131292c
Octal2351012250735464615154
Binary100111011000001100101010111011101100110100110001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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