#9A87BF

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

Shades of Cold Purple #9A87BF

Tints of Cold Purple #9A87BF

Color information

#9A87BF (or 0x9A87BF) is unknown color: approx Cold Purple. HEX triplet: 9A, 87 and BF. RGB value is (154,135,191). Sum of RGB (Red+Green+Blue) = 154+135+191=480 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.08% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 191 - color contains mainly: blue. Hex color #9A87BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A87BF is #657840. Grayscale: #929292. Windows color (decimal): -6649921 or 12552090. OLE color: 12552090.

HSL color Cylindrical-coordinate representation of color #9A87BF: hue angle of 260.36º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9A87BF is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB154135191-
CMYK0.190.2900.25
HSL260.36º30.43%63.92%-
HSV(B)260.36º29.32%74.9%-
XYZ31.3927.9653.03-
YUV147.06152.79132.95-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.08%
GREEN value IS 135 (53.12% from 255) = 28.12%
BLUE value IS 191 (75% from 255) = 39.79%
R=32.08%
G=28.12%
B=39.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541351910.190.2900.25260.3630.4363.92
Hex9A87BF131D0191041e40
Octal232207277233503140436100
Binary1001101010000111101111111001111101011001100000100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A87BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,135,191); }

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

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

 a { background-color: rgb(154,135,191); }

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

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

 span { border-color: rgb(154,135,191); }

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