#9B6DA1

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

Shades of Violet Blue #9B6DA1

Tints of Violet Blue #9B6DA1

Color information

#9B6DA1 (or 0x9B6DA1) is unknown color: approx Violet Blue. HEX triplet: 9B, 6D and A1. RGB value is (155,109,161). Sum of RGB (Red+Green+Blue) = 155+109+161=425 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.47% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 161 (63.28% from 255 or 37.88% from 425); Max value from RGB is 161 - color contains mainly: blue. Hex color #9B6DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6DA1 is #64925E. Grayscale: #808080. Windows color (decimal): -6591071 or 10579355. OLE color: 10579355.

HSL color Cylindrical-coordinate representation of color #9B6DA1: hue angle of 293.08º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B6DA1 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB155109161-
CMYK0.040.3200.37
HSL293.08º21.67%52.94%-
HSV(B)293.08º32.3%63.14%-
XYZ25.4220.4836.33-
YUV128.68146.24146.77-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.47%
GREEN value IS 109 (42.97% from 255) = 25.65%
BLUE value IS 161 (63.28% from 255) = 37.88%
R=36.47%
G=25.65%
B=37.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1551091610.040.3200.37293.0821.6752.94
Hex9B6DA14200251251635
Octal2331552414400454452665
Binary10011011110110110100001100100000010010110010010110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,109,161); }

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

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

 a { background-color: rgb(155,109,161); }

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

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

 span { border-color: rgb(155,109,161); }

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