#9D509A

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

Shades of Violet Blue #9D509A

Tints of Violet Blue #9D509A

Color information

#9D509A (or 0x9D509A) is unknown color: approx Violet Blue. HEX triplet: 9D, 50 and 9A. RGB value is (157,80,154). Sum of RGB (Red+Green+Blue) = 157+80+154=391 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.15% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 157 - color contains mainly: red. Hex color #9D509A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D509A is #62AF65. Grayscale: #6F6F6F. Windows color (decimal): -6467430 or 10113181. OLE color: 10113181.

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

Color convert

RGB15780154-
CMYK00.490.020.38
HSL302.34º32.49%46.47%-
HSV(B)302.34º49.04%61.57%-
XYZ22.6115.2432.32-
YUV111.46152.01160.48-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.15%
GREEN value IS 80 (31.64% from 255) = 20.46%
BLUE value IS 154 (60.55% from 255) = 39.39%
R=40.15%
G=20.46%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578015400.490.020.38302.3432.4946.47
Hex9D509A03122612e202e
Octal2351202320612464564056
Binary10011101101000010011010011000110100110100101110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,80,154); }

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

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

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

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

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

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

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