#9B508A

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

Shades of Violet Blue #9B508A

Tints of Violet Blue #9B508A

Color information

#9B508A (or 0x9B508A) is unknown color: approx Violet Blue. HEX triplet: 9B, 50 and 8A. RGB value is (155,80,138). Sum of RGB (Red+Green+Blue) = 155+80+138=373 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.55% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 155 - color contains mainly: red. Hex color #9B508A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B508A is #64AF75. Grayscale: #6C6C6C. Windows color (decimal): -6598518 or 9064603. OLE color: 9064603.

HSL color Cylindrical-coordinate representation of color #9B508A: hue angle of 313.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B508A is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB15580138-
CMYK00.480.110.39
HSL313.6º31.91%46.08%-
HSV(B)313.6º48.39%60.78%-
XYZ20.9714.5425.75-
YUV109.04144.35160.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.55%
GREEN value IS 80 (31.64% from 255) = 21.45%
BLUE value IS 138 (54.30% from 255) = 37.00%
R=41.55%
G=21.45%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558013800.480.110.39313.631.9146.08
Hex9B508A030B2713a202e
Octal23312021206013474724056
Binary1001101110100001000101001100001011100111100111010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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