#9F97B2

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

Shades of Cold Purple #9F97B2

Tints of Cold Purple #9F97B2

Color information

#9F97B2 (or 0x9F97B2) is unknown color: approx Cold Purple. HEX triplet: 9F, 97 and B2. RGB value is (159,151,178). Sum of RGB (Red+Green+Blue) = 159+151+178=488 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.58% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 178 (69.92% from 255 or 36.48% from 488); Max value from RGB is 178 - color contains mainly: blue. Hex color #9F97B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F97B2 is #60684D. Grayscale: #9C9C9C. Windows color (decimal): -6318158 or 11704223. OLE color: 11704223.

HSL color Cylindrical-coordinate representation of color #9F97B2: hue angle of 257.78º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9F97B2 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB159151178-
CMYK0.110.1500.30
HSL257.78º14.92%64.51%-
HSV(B)257.78º15.17%69.8%-
XYZ33.432.7246.67-
YUV156.47140.15129.8-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.58%
GREEN value IS 151 (59.38% from 255) = 30.94%
BLUE value IS 178 (69.92% from 255) = 36.48%
R=32.58%
G=30.94%
B=36.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1591511780.110.1500.30257.7814.9264.51
Hex9F97B2BF01E102f41
Octal237227262131703640217101
Binary1001111110010111101100101011111101111010000001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F97B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,151,178); }

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

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

 a { background-color: rgb(159,151,178); }

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

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

 span { border-color: rgb(159,151,178); }

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