#9B6BA5

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

Shades of Violet Blue #9B6BA5

Tints of Violet Blue #9B6BA5

Color information

#9B6BA5 (or 0x9B6BA5) is unknown color: approx Violet Blue. HEX triplet: 9B, 6B and A5. RGB value is (155,107,165). Sum of RGB (Red+Green+Blue) = 155+107+165=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 165 (64.84% from 255 or 38.64% from 427); Max value from RGB is 165 - color contains mainly: blue. Hex color #9B6BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6BA5 is #64945A. Grayscale: #7F7F7F. Windows color (decimal): -6591579 or 10840987. OLE color: 10840987.

HSL color Cylindrical-coordinate representation of color #9B6BA5: hue angle of 289.66º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B6BA5 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB155107165-
CMYK0.060.3500.35
HSL289.66º24.37%53.33%-
HSV(B)289.66º35.15%64.71%-
XYZ25.5720.238.15-
YUV127.96148.9147.28-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.30%
GREEN value IS 107 (42.19% from 255) = 25.06%
BLUE value IS 165 (64.84% from 255) = 38.64%
R=36.30%
G=25.06%
B=38.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1551071650.060.3500.35289.6624.3753.33
Hex9B6BA56230231221835
Octal2331532456430434423065
Binary10011011110101110100101110100011010001110010001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,107,165); }

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

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

 a { background-color: rgb(155,107,165); }

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

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

 span { border-color: rgb(155,107,165); }

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