#9B508E

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

Shades of Violet Blue #9B508E

Tints of Violet Blue #9B508E

Color information

#9B508E (or 0x9B508E) is unknown color: approx Violet Blue. HEX triplet: 9B, 50 and 8E. RGB value is (155,80,142). Sum of RGB (Red+Green+Blue) = 155+80+142=377 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.11% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 155 - color contains mainly: red. Hex color #9B508E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B508E is #64AF71. Grayscale: #6D6D6D. Windows color (decimal): -6598514 or 9326747. OLE color: 9326747.

HSL color Cylindrical-coordinate representation of color #9B508E: hue angle of 310.4º 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 #9B508E is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB15580142-
CMYK00.480.080.39
HSL310.4º31.91%46.08%-
HSV(B)310.4º48.39%60.78%-
XYZ21.2714.6627.3-
YUV109.49146.35160.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.11%
GREEN value IS 80 (31.64% from 255) = 21.22%
BLUE value IS 142 (55.86% from 255) = 37.67%
R=41.11%
G=21.22%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558014200.480.080.39310.431.9146.08
Hex9B508E030827136202e
Octal23312021606010474664056
Binary1001101110100001000111001100001000100111100110110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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