#997FBF

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

Shades of Cold Purple #997FBF

Tints of Cold Purple #997FBF

Color information

#997FBF (or 0x997FBF) is unknown color: approx Cold Purple. HEX triplet: 99, 7F and BF. RGB value is (153,127,191). Sum of RGB (Red+Green+Blue) = 153+127+191=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #997FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997FBF is #668040. Grayscale: #8D8D8D. Windows color (decimal): -6717505 or 12550041. OLE color: 12550041.

HSL color Cylindrical-coordinate representation of color #997FBF: hue angle of 264.38º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #997FBF is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB153127191-
CMYK0.200.3400.25
HSL264.38º33.33%62.35%-
HSV(B)264.38º33.51%74.9%-
XYZ30.1325.7152.67-
YUV142.07155.61135.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.48%
GREEN value IS 127 (50% from 255) = 26.96%
BLUE value IS 191 (75% from 255) = 40.55%
R=32.48%
G=26.96%
B=40.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531271910.200.3400.25264.3833.3362.35
Hex997FBF1422019108213e
Octal23117727724420314104176
Binary1001100111111111011111110100100010011001100001000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,127,191); }

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

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

 a { background-color: rgb(153,127,191); }

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

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

 span { border-color: rgb(153,127,191); }

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