#997BD0

Color #997BD0 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #997BD0

Tints of Medium Purple #997BD0

Color information

#997BD0 (or 0x997BD0) is unknown color: approx Medium Purple. HEX triplet: 99, 7B and D0. RGB value is (153,123,208). Sum of RGB (Red+Green+Blue) = 153+123+208=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 123 (48.44% from 255 or 25.41% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #997BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997BD0 is #66842F. Grayscale: #8D8D8D. Windows color (decimal): -6718512 or 13663129. OLE color: 13663129.

HSL color Cylindrical-coordinate representation of color #997BD0: hue angle of 261.18º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #997BD0 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB153123208-
CMYK0.260.4100.18
HSL261.18º47.49%64.9%-
HSV(B)261.18º40.87%81.57%-
XYZ31.625.4962.93-
YUV141.66165.44136.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.61%
GREEN value IS 123 (48.44% from 255) = 25.41%
BLUE value IS 208 (81.64% from 255) = 42.98%
R=31.61%
G=25.41%
B=42.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1531232080.260.4100.18261.1847.4964.9
Hex997BD01A290121052f41
Octal231173320325102240557101
Binary10011001111101111010000110101010010100101000001011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997BD0; }

 p { color: rgb(153,123,208); }

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

<style>
 a { background-color: #997BD0; }

 a { background-color: rgb(153,123,208); }

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

<style>
 span { border-color: #997BD0; }

 span { border-color: rgb(153,123,208); }

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