#9D418D

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

Shades of Violet Blue #9D418D

Tints of Violet Blue #9D418D

Color information

#9D418D (or 0x9D418D) is unknown color: approx Violet Blue. HEX triplet: 9D, 41 and 8D. RGB value is (157,65,141). Sum of RGB (Red+Green+Blue) = 157+65+141=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 157 - color contains mainly: red. Hex color #9D418D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D418D is #62BE72. Grayscale: #646464. Windows color (decimal): -6471283 or 9257373. OLE color: 9257373.

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

Color convert

RGB15765141-
CMYK00.590.100.38
HSL310.43º41.44%43.53%-
HSV(B)310.43º58.6%61.57%-
XYZ20.612.8726.6-
YUV101.17150.48167.82-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.25%
GREEN value IS 65 (25.78% from 255) = 17.91%
BLUE value IS 141 (55.47% from 255) = 38.84%
R=43.25%
G=17.91%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576514100.590.100.38310.4341.4443.53
Hex9D418D03BA26136292c
Octal23510121507312464665154
Binary1001110110000011000110101110111010100110100110110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D418D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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