#9A749D

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

Shades of Violet Blue #9A749D

Tints of Violet Blue #9A749D

Color information

#9A749D (or 0x9A749D) is unknown color: approx Violet Blue. HEX triplet: 9A, 74 and 9D. RGB value is (154,116,157). Sum of RGB (Red+Green+Blue) = 154+116+157=427 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.07% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 157 - color contains mainly: blue. Hex color #9A749D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A749D is #658B62. Grayscale: #838383. Windows color (decimal): -6654819 or 10319002. OLE color: 10319002.

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

Color convert

RGB154116157-
CMYK0.020.2600.38
HSL295.61º17.3%53.53%-
HSV(B)295.61º26.11%61.57%-
XYZ25.6621.834.75-
YUV132.04142.09143.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.07%
GREEN value IS 116 (45.70% from 255) = 27.17%
BLUE value IS 157 (61.72% from 255) = 36.77%
R=36.07%
G=27.17%
B=36.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1541161570.020.2600.38295.6117.353.53
Hex9A749D21A0261281136
Octal2321642352320464502166
Binary100110101110100100111011011010010011010010100010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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