#9D479D

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

Shades of Violet Blue #9D479D

Tints of Violet Blue #9D479D

Color information

#9D479D (or 0x9D479D) is unknown color: approx Violet Blue. HEX triplet: 9D, 47 and 9D. RGB value is (157,71,157). Sum of RGB (Red+Green+Blue) = 157+71+157=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: red, blue. Hex color #9D479D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D479D is #62B862. Grayscale: #6A6A6A. Windows color (decimal): -6469731 or 10307485. OLE color: 10307485.

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

Color convert

RGB15771157-
CMYK00.5500.38
HSL300º37.72%44.71%-
HSV(B)300º54.78%61.57%-
XYZ22.2414.1133.45-
YUV106.52156.49164.01-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.78%
GREEN value IS 71 (28.12% from 255) = 18.44%
BLUE value IS 157 (61.72% from 255) = 40.78%
R=40.78%
G=18.44%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577115700.5500.3830037.7244.71
Hex9D479D03702612c262d
Octal2351072350670464544655
Binary1001110110001111001110101101110100110100101100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D479D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,71,157); }

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

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

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

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

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

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

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