#9D508A

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

Shades of Violet Blue #9D508A

Tints of Violet Blue #9D508A

Color information

#9D508A (or 0x9D508A) is unknown color: approx Violet Blue. HEX triplet: 9D, 50 and 8A. RGB value is (157,80,138). Sum of RGB (Red+Green+Blue) = 157+80+138=375 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.87% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 157 - color contains mainly: red. Hex color #9D508A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D508A is #62AF75. Grayscale: #6D6D6D. Windows color (decimal): -6467446 or 9064605. OLE color: 9064605.

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

Color convert

RGB15780138-
CMYK00.490.120.38
HSL314.81º32.49%46.47%-
HSV(B)314.81º49.04%61.57%-
XYZ21.3614.7425.76-
YUV109.64144.01161.78-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.87%
GREEN value IS 80 (31.64% from 255) = 21.33%
BLUE value IS 138 (54.30% from 255) = 36.8%
R=41.87%
G=21.33%
B=36.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578013800.490.120.38314.8132.4946.47
Hex9D508A031C2613b202e
Octal23512021206114464734056
Binary1001110110100001000101001100011100100110100111011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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