#9B789B

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

Shades of Violet Blue #9B789B

Tints of Violet Blue #9B789B

Color information

#9B789B (or 0x9B789B) is unknown color: approx Violet Blue. HEX triplet: 9B, 78 and 9B. RGB value is (155,120,155). Sum of RGB (Red+Green+Blue) = 155+120+155=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B789B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B789B is #648764. Grayscale: #868686. Windows color (decimal): -6588261 or 10188955. OLE color: 10188955.

HSL color Cylindrical-coordinate representation of color #9B789B: hue angle of 300º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9B789B is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB155120155-
CMYK00.2300.39
HSL300º14.89%53.92%-
HSV(B)300º22.58%60.78%-
XYZ26.1522.7734.03-
YUV134.45139.6142.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.05%
GREEN value IS 120 (47.27% from 255) = 27.91%
BLUE value IS 155 (60.94% from 255) = 36.05%
R=36.05%
G=27.91%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512015500.2300.3930014.8953.92
Hex9B789B01702712cf36
Octal2331702330270474541766
Binary1001101111110001001101101011101001111001011001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B789B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,120,155); }

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

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

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

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

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

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

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