#9A729D

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

Shades of Violet Blue #9A729D

Tints of Violet Blue #9A729D

Color information

#9A729D (or 0x9A729D) is unknown color: approx Violet Blue. HEX triplet: 9A, 72 and 9D. RGB value is (154,114,157). Sum of RGB (Red+Green+Blue) = 154+114+157=425 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.24% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 157 - color contains mainly: blue. Hex color #9A729D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A729D is #658D62. Grayscale: #828282. Windows color (decimal): -6655331 or 10318490. OLE color: 10318490.

HSL color Cylindrical-coordinate representation of color #9A729D: hue angle of 295.81º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9A729D is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB154114157-
CMYK0.020.2700.38
HSL295.81º17.99%53.14%-
HSV(B)295.81º27.39%61.57%-
XYZ25.4321.3434.68-
YUV130.86142.75144.5-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.24%
GREEN value IS 114 (44.92% from 255) = 26.82%
BLUE value IS 157 (61.72% from 255) = 36.94%
R=36.24%
G=26.82%
B=36.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1541141570.020.2700.38295.8117.9953.14
Hex9A729D21B0261281235
Octal2321622352330464502265
Binary100110101110010100111011011011010011010010100010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A729D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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