#9B729A

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

Shades of Violet Blue #9B729A

Tints of Violet Blue #9B729A

Color information

#9B729A (or 0x9B729A) is unknown color: approx Violet Blue. HEX triplet: 9B, 72 and 9A. RGB value is (155,114,154). Sum of RGB (Red+Green+Blue) = 155+114+154=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 155 - color contains mainly: red. Hex color #9B729A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B729A is #648D65. Grayscale: #828282. Windows color (decimal): -6589798 or 10121883. OLE color: 10121883.

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

Color convert

RGB155114154-
CMYK00.260.010.39
HSL301.46º17.01%52.75%-
HSV(B)301.46º26.45%60.78%-
XYZ25.3721.3433.35-
YUV130.82141.08145.25-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.64%
GREEN value IS 114 (44.92% from 255) = 26.95%
BLUE value IS 154 (60.55% from 255) = 36.41%
R=36.64%
G=26.95%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511415400.260.010.39301.4617.0152.75
Hex9B729A01A12712d1135
Octal2331622320321474552165
Binary10011011111001010011010011010110011110010110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B729A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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