#9D509B

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

Shades of Violet Blue #9D509B

Tints of Violet Blue #9D509B

Color information

#9D509B (or 0x9D509B) is unknown color: approx Violet Blue. HEX triplet: 9D, 50 and 9B. RGB value is (157,80,155). Sum of RGB (Red+Green+Blue) = 157+80+155=392 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.05% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 157 - color contains mainly: red. Hex color #9D509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D509B is #62AF64. Grayscale: #6F6F6F. Windows color (decimal): -6467429 or 10178717. OLE color: 10178717.

HSL color Cylindrical-coordinate representation of color #9D509B: hue angle of 301.56º 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 #9D509B is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB15780155-
CMYK00.490.010.38
HSL301.56º32.49%46.47%-
HSV(B)301.56º49.04%61.57%-
XYZ22.6915.2732.76-
YUV111.57152.51160.4-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.05%
GREEN value IS 80 (31.64% from 255) = 20.41%
BLUE value IS 155 (60.94% from 255) = 39.54%
R=40.05%
G=20.41%
B=39.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578015500.490.010.38301.5632.4946.47
Hex9D509B03112612e202e
Octal2351202330611464564056
Binary1001110110100001001101101100011100110100101110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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