#9A729B

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

Shades of Violet Blue #9A729B

Tints of Violet Blue #9A729B

Color information

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

HSL color Cylindrical-coordinate representation of color #9A729B: hue angle of 298.54º 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 #9A729B is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB154114155-
CMYK0.010.2600.39
HSL298.54º17.01%52.75%-
HSV(B)298.54º26.45%60.78%-
XYZ25.2621.2733.78-
YUV130.63141.75144.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1541141550.010.2600.39298.5417.0152.75
Hex9A729B11A02712b1135
Octal2321622331320474532165
Binary10011010111001010011011111010010011110010101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A729B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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