#9D3F8F

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

Shades of Violet Blue #9D3F8F

Tints of Violet Blue #9D3F8F

Color information

#9D3F8F (or 0x9D3F8F) is unknown color: approx Violet Blue. HEX triplet: 9D, 3F and 8F. RGB value is (157,63,143). Sum of RGB (Red+Green+Blue) = 157+63+143=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3F8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3F8F is #62C070. Grayscale: #646464. Windows color (decimal): -6471793 or 9387933. OLE color: 9387933.

HSL color Cylindrical-coordinate representation of color #9D3F8F: hue angle of 308.94º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9D3F8F is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB15763143-
CMYK00.600.090.38
HSL308.94º42.73%43.14%-
HSV(B)308.94º59.87%61.57%-
XYZ20.6412.7127.35-
YUV100.23152.14168.5-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.25%
GREEN value IS 63 (25% from 255) = 17.36%
BLUE value IS 143 (56.25% from 255) = 39.39%
R=43.25%
G=17.36%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576314300.600.090.38308.9442.7343.14
Hex9D3F8F03C9261352b2b
Octal2357721707411464655353
Binary100111011111111000111101111001001100110100110101101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,63,143); }

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

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

 a { background-color: rgb(157,63,143); }

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

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

 span { border-color: rgb(157,63,143); }

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