#9B509E

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

Shades of Violet Blue #9B509E

Tints of Violet Blue #9B509E

Color information

#9B509E (or 0x9B509E) is unknown color: approx Violet Blue. HEX triplet: 9B, 50 and 9E. RGB value is (155,80,158). Sum of RGB (Red+Green+Blue) = 155+80+158=393 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.44% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 158 (62.11% from 255 or 40.20% from 393); Max value from RGB is 158 - color contains mainly: blue. Hex color #9B509E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B509E is #64AF61. Grayscale: #6F6F6F. Windows color (decimal): -6598498 or 10375323. OLE color: 10375323.

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

Color convert

RGB15580158-
CMYK0.020.4900.38
HSL297.69º32.77%46.67%-
HSV(B)297.69º49.37%61.96%-
XYZ22.5615.1734.09-
YUV111.32154.35159.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.44%
GREEN value IS 80 (31.64% from 255) = 20.36%
BLUE value IS 158 (62.11% from 255) = 40.20%
R=39.44%
G=20.36%
B=40.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal155801580.020.4900.38297.6932.7746.67
Hex9B509E23102612a212f
Octal2331202362610464524157
Binary10011011101000010011110101100010100110100101010100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B509E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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