#9F97B9

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

Shades of Cold Purple #9F97B9

Tints of Cold Purple #9F97B9

Color information

#9F97B9 (or 0x9F97B9) is unknown color: approx Cold Purple. HEX triplet: 9F, 97 and B9. RGB value is (159,151,185). Sum of RGB (Red+Green+Blue) = 159+151+185=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 185 - color contains mainly: blue. Hex color #9F97B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F97B9 is #606846. Grayscale: #9D9D9D. Windows color (decimal): -6318151 or 12162975. OLE color: 12162975.

HSL color Cylindrical-coordinate representation of color #9F97B9: hue angle of 254.12º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9F97B9 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB159151185-
CMYK0.140.1800.27
HSL254.12º19.54%65.88%-
HSV(B)254.12º18.38%72.55%-
XYZ34.1233.0150.47-
YUV157.27143.65129.24-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.12%
GREEN value IS 151 (59.38% from 255) = 30.51%
BLUE value IS 185 (72.66% from 255) = 37.37%
R=32.12%
G=30.51%
B=37.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591511850.140.1800.27254.1219.5465.88
Hex9F97B9E1201Bfe1442
Octal237227271162203337624102
Binary10011111100101111011100111101001001101111111110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F97B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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