#9d469e

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

Shades of Violet Blue #9D469E

Tints of Violet Blue #9D469E

Color information

#9D469E (or 0x9D469E) is unknown color: approx Violet Blue. HEX triplet: 9D, 46 and 9E. RGB value is (157,70,158). Sum of RGB (Red+Green+Blue) = 157+70+158=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 158 - color contains mainly: blue. Hex color #9D469E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D469E is #62B961. Grayscale: #696969. Windows color (decimal): -6469986 or 10372765. OLE color: 10372765.

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

Color convert

RGB15770158-
CMYK0.010.5600.38
HSL299.32º38.6%44.71%-
HSV(B)299.32º55.7%61.96%-
XYZ22.2714.0233.88-
YUV106.04157.32164.34-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.78%
GREEN value IS 70 (27.73% from 255) = 18.18%
BLUE value IS 158 (62.11% from 255) = 41.04%
R=40.78%
G=18.18%
B=41.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157701580.010.5600.38299.3238.644.71
Hex9D469E13802612b272d
Octal2351062361700464534755
Binary1001110110001101001111011110000100110100101011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d469e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,70,158); }

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

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

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

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

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

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

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