#9D729D

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

Shades of Violet Blue #9D729D

Tints of Violet Blue #9D729D

Color information

#9D729D (or 0x9D729D) is unknown color: approx Violet Blue. HEX triplet: 9D, 72 and 9D. RGB value is (157,114,157). Sum of RGB (Red+Green+Blue) = 157+114+157=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 157 - color contains mainly: red, blue. Hex color #9D729D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D729D is #628D62. Grayscale: #838383. Windows color (decimal): -6458723 or 10318493. OLE color: 10318493.

HSL color Cylindrical-coordinate representation of color #9D729D: hue angle of 300º 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 #9D729D is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB157114157-
CMYK00.2700.38
HSL300º17.99%53.14%-
HSV(B)300º27.39%61.57%-
XYZ26.0121.6434.7-
YUV131.76142.25146-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.68%
GREEN value IS 114 (44.92% from 255) = 26.64%
BLUE value IS 157 (61.72% from 255) = 36.68%
R=36.68%
G=26.64%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711415700.2700.3830017.9953.14
Hex9D729D01B02612c1235
Octal2351622350330464542265
Binary10011101111001010011101011011010011010010110010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D729D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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