#9787BA

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

Shades of Cold Purple #9787BA

Tints of Cold Purple #9787BA

Color information

#9787BA (or 0x9787BA) is unknown color: approx Cold Purple. HEX triplet: 97, 87 and BA. RGB value is (151,135,186). Sum of RGB (Red+Green+Blue) = 151+135+186=472 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.99% from 472); Green value is 135 (53.12% from 255 or 28.60% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #9787BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9787BA is #687845. Grayscale: #919191. Windows color (decimal): -6846534 or 12224407. OLE color: 12224407.

HSL color Cylindrical-coordinate representation of color #9787BA: hue angle of 258.82º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9787BA is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB151135186-
CMYK0.190.2700.27
HSL258.82º26.98%62.94%-
HSV(B)258.82º27.42%72.94%-
XYZ30.2927.4550.16-
YUV145.6150.8131.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.99%
GREEN value IS 135 (53.12% from 255) = 28.60%
BLUE value IS 186 (73.05% from 255) = 39.41%
R=31.99%
G=28.60%
B=39.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1511351860.190.2700.27258.8226.9862.94
Hex9787BA131B01B1031b3f
Octal22720727223330334033377
Binary100101111000011110111010100111101101101110000001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9787BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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