#9D419B

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

Shades of Violet Blue #9D419B

Tints of Violet Blue #9D419B

Color information

#9D419B (or 0x9D419B) is unknown color: approx Violet Blue. HEX triplet: 9D, 41 and 9B. RGB value is (157,65,155). Sum of RGB (Red+Green+Blue) = 157+65+155=377 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.64% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 157 - color contains mainly: red. Hex color #9D419B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D419B is #62BE64. Grayscale: #666666. Windows color (decimal): -6471269 or 10174877. OLE color: 10174877.

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

Color convert

RGB15765155-
CMYK00.590.010.38
HSL301.3º41.44%43.53%-
HSV(B)301.3º58.6%61.57%-
XYZ21.7113.3232.44-
YUV102.77157.48166.68-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.64%
GREEN value IS 65 (25.78% from 255) = 17.24%
BLUE value IS 155 (60.94% from 255) = 41.11%
R=41.64%
G=17.24%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576515500.590.010.38301.341.4443.53
Hex9D419B03B12612d292c
Octal2351012330731464555154
Binary1001110110000011001101101110111100110100101101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D419B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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