#9787CA

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

Shades of Cold Purple #9787CA

Tints of Cold Purple #9787CA

Color information

#9787CA (or 0x9787CA) is unknown color: approx Cold Purple. HEX triplet: 97, 87 and CA. RGB value is (151,135,202). Sum of RGB (Red+Green+Blue) = 151+135+202=488 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.94% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #9787CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9787CA is #687835. Grayscale: #939393. Windows color (decimal): -6846518 or 13272983. OLE color: 13272983.

HSL color Cylindrical-coordinate representation of color #9787CA: hue angle of 254.33º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9787CA is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB151135202-
CMYK0.250.3300.21
HSL254.33º38.73%66.08%-
HSV(B)254.33º33.17%79.22%-
XYZ32.0928.1759.62-
YUV147.42158.8130.55-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.94%
GREEN value IS 135 (53.12% from 255) = 27.66%
BLUE value IS 202 (79.30% from 255) = 41.39%
R=30.94%
G=27.66%
B=41.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1511352020.250.3300.21254.3338.7366.08
Hex9787CA1921015fe2742
Octal227207312314102537647102
Binary10010111100001111100101011001100001010101111111101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9787CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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