#9B719A

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

Shades of Violet Blue #9B719A

Tints of Violet Blue #9B719A

Color information

#9B719A (or 0x9B719A) is unknown color: approx Violet Blue. HEX triplet: 9B, 71 and 9A. RGB value is (155,113,154). Sum of RGB (Red+Green+Blue) = 155+113+154=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 155 - color contains mainly: red. Hex color #9B719A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B719A is #648E65. Grayscale: #828282. Windows color (decimal): -6590054 or 10121627. OLE color: 10121627.

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

Color convert

RGB155113154-
CMYK00.270.010.39
HSL301.43º17.36%52.55%-
HSV(B)301.43º27.1%60.78%-
XYZ25.2621.1133.32-
YUV130.23141.41145.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.73%
GREEN value IS 113 (44.53% from 255) = 26.78%
BLUE value IS 154 (60.55% from 255) = 36.49%
R=36.73%
G=26.78%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511315400.270.010.39301.4317.3652.55
Hex9B719A01B12712d1135
Octal2331612320331474552165
Binary10011011111000110011010011011110011110010110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B719A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,113,154); }

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

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

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

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

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

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

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