#9D7299

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

Shades of Violet Blue #9D7299

Tints of Violet Blue #9D7299

Color information

#9D7299 (or 0x9D7299) is unknown color: approx Violet Blue. HEX triplet: 9D, 72 and 99. RGB value is (157,114,153). Sum of RGB (Red+Green+Blue) = 157+114+153=424 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.03% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7299 is #628D66. Grayscale: #838383. Windows color (decimal): -6458727 or 10056349. OLE color: 10056349.

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

Color convert

RGB157114153-
CMYK00.270.030.38
HSL305.58º17.99%53.14%-
HSV(B)305.58º27.39%61.57%-
XYZ25.6721.532.93-
YUV131.3140.25146.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.03%
GREEN value IS 114 (44.92% from 255) = 26.89%
BLUE value IS 153 (60.16% from 255) = 36.08%
R=37.03%
G=26.89%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711415300.270.030.38305.5817.9953.14
Hex9D729901B3261321235
Octal2351622310333464622265
Binary100111011110010100110010110111110011010011001010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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