#9B6590

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

Shades of Violet Blue #9B6590

Tints of Violet Blue #9B6590

Color information

#9B6590 (or 0x9B6590) is unknown color: approx Violet Blue. HEX triplet: 9B, 65 and 90. RGB value is (155,101,144). Sum of RGB (Red+Green+Blue) = 155+101+144=400 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.75% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6590 is #649A6F. Grayscale: #797979. Windows color (decimal): -6593136 or 9463195. OLE color: 9463195.

HSL color Cylindrical-coordinate representation of color #9B6590: hue angle of 312.22º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B6590 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB155101144-
CMYK00.350.070.39
HSL312.22º21.26%50.2%-
HSV(B)312.22º34.84%60.78%-
XYZ23.2118.2928.69-
YUV122.05140.39151.5-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.75%
GREEN value IS 101 (39.84% from 255) = 25.25%
BLUE value IS 144 (56.64% from 255) = 36%
R=38.75%
G=25.25%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510114400.350.070.39312.2221.2650.2
Hex9B65900237271381532
Octal2331452200437474702562
Binary10011011110010110010000010001111110011110011100010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,101,144); }

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

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

 a { background-color: rgb(155,101,144); }

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

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

 span { border-color: rgb(155,101,144); }

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