#9787B1

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

Shades of Cold Purple #9787B1

Tints of Cold Purple #9787B1

Color information

#9787B1 (or 0x9787B1) is unknown color: approx Cold Purple. HEX triplet: 97, 87 and B1. RGB value is (151,135,177). Sum of RGB (Red+Green+Blue) = 151+135+177=463 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.61% from 463); Green value is 135 (53.12% from 255 or 29.16% from 463); Blue value is 177 (69.53% from 255 or 38.23% from 463); Max value from RGB is 177 - color contains mainly: blue. Hex color #9787B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9787B1 is #68784E. Grayscale: #909090. Windows color (decimal): -6846543 or 11634583. OLE color: 11634583.

HSL color Cylindrical-coordinate representation of color #9787B1: hue angle of 262.86º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9787B1 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB151135177-
CMYK0.150.2400.31
HSL262.86º21.21%61.18%-
HSV(B)262.86º23.73%69.41%-
XYZ29.3627.0845.27-
YUV144.57146.3132.58-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.61%
GREEN value IS 135 (53.12% from 255) = 29.16%
BLUE value IS 177 (69.53% from 255) = 38.23%
R=32.61%
G=29.16%
B=38.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511351770.150.2400.31262.8621.2161.18
Hex9787B1F1801F107153d
Octal22720726117300374072575
Binary10010111100001111011000111111100001111110000011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9787B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9787B1; }

 p { color: rgb(151,135,177); }

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

<style>
 a { background-color: #9787B1; }

 a { background-color: rgb(151,135,177); }

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

<style>
 span { border-color: #9787B1; }

 span { border-color: rgb(151,135,177); }

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