#9D4F9B

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

Shades of Violet Blue #9D4F9B

Tints of Violet Blue #9D4F9B

Color information

#9D4F9B (or 0x9D4F9B) is unknown color: approx Violet Blue. HEX triplet: 9D, 4F and 9B. RGB value is (157,79,155). Sum of RGB (Red+Green+Blue) = 157+79+155=391 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.15% from 391); Green value is 79 (31.25% from 255 or 20.20% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D4F9B is #62B064. Grayscale: #6E6E6E. Windows color (decimal): -6467685 or 10178461. OLE color: 10178461.

HSL color Cylindrical-coordinate representation of color #9D4F9B: hue angle of 301.54º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D4F9B is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB15779155-
CMYK00.500.010.38
HSL301.54º33.05%46.27%-
HSV(B)301.54º49.68%61.57%-
XYZ22.6215.1332.74-
YUV110.99152.84160.82-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.15%
GREEN value IS 79 (31.25% from 255) = 20.20%
BLUE value IS 155 (60.94% from 255) = 39.64%
R=40.15%
G=20.20%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577915500.500.010.38301.5433.0546.27
Hex9D4F9B03212612e212e
Octal2351172330621464564156
Binary1001110110011111001101101100101100110100101110100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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