#9A729F

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

Shades of Violet Blue #9A729F

Tints of Violet Blue #9A729F

Color information

#9A729F (or 0x9A729F) is unknown color: approx Violet Blue. HEX triplet: 9A, 72 and 9F. RGB value is (154,114,159). Sum of RGB (Red+Green+Blue) = 154+114+159=427 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.07% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 159 - color contains mainly: blue. Hex color #9A729F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A729F is #658D60. Grayscale: #828282. Windows color (decimal): -6655329 or 10449562. OLE color: 10449562.

HSL color Cylindrical-coordinate representation of color #9A729F: hue angle of 293.33º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9A729F is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB154114159-
CMYK0.030.2800.38
HSL293.33º18.99%53.53%-
HSV(B)293.33º28.3%62.35%-
XYZ25.621.4135.58-
YUV131.09143.75144.34-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.07%
GREEN value IS 114 (44.92% from 255) = 26.70%
BLUE value IS 159 (62.5% from 255) = 37.24%
R=36.07%
G=26.70%
B=37.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1541141590.030.2800.38293.3318.9953.53
Hex9A729F31C0261251336
Octal2321622373340464452366
Binary100110101110010100111111111100010011010010010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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