#96729A

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

Shades of Violet Blue #96729A

Tints of Violet Blue #96729A

Color information

#96729A (or 0x96729A) is unknown color: approx Violet Blue. HEX triplet: 96, 72 and 9A. RGB value is (150,114,154). Sum of RGB (Red+Green+Blue) = 150+114+154=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 154 - color contains mainly: blue. Hex color #96729A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96729A is #698D65. Grayscale: #818181. Windows color (decimal): -6917478 or 10121878. OLE color: 10121878.

HSL color Cylindrical-coordinate representation of color #96729A: hue angle of 294º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96729A is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB150114154-
CMYK0.030.2600.40
HSL294º16.53%52.55%-
HSV(B)294º25.97%60.39%-
XYZ24.4320.8533.31-
YUV129.32141.93142.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.89%
GREEN value IS 114 (44.92% from 255) = 27.27%
BLUE value IS 154 (60.55% from 255) = 36.84%
R=35.89%
G=27.27%
B=36.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1501141540.030.2600.4029416.5352.55
Hex96729A31A0281261135
Octal2261622323320504462165
Binary100101101110010100110101111010010100010010011010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96729A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96729A; }

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

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

<style>
 a { background-color: #96729A; }

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

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

<style>
 span { border-color: #96729A; }

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

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