#9B5A8E

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

Shades of Violet Blue #9B5A8E

Tints of Violet Blue #9B5A8E

Color information

#9B5A8E (or 0x9B5A8E) is unknown color: approx Violet Blue. HEX triplet: 9B, 5A and 8E. RGB value is (155,90,142). Sum of RGB (Red+Green+Blue) = 155+90+142=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5A8E is #64A571. Grayscale: #737373. Windows color (decimal): -6595954 or 9329307. OLE color: 9329307.

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

Color convert

RGB15590142-
CMYK00.420.080.39
HSL312º26.53%48.04%-
HSV(B)312º41.94%60.78%-
XYZ22.0616.2327.56-
YUV115.36143.03156.27-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.05%
GREEN value IS 90 (35.55% from 255) = 23.26%
BLUE value IS 142 (55.86% from 255) = 36.69%
R=40.05%
G=23.26%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559014200.420.080.3931226.5348.04
Hex9B5A8E02A8271381b30
Octal23313221605210474703360
Binary100110111011010100011100101010100010011110011100011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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