#9A87BE

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

Shades of Cold Purple #9A87BE

Tints of Cold Purple #9A87BE

Color information

#9A87BE (or 0x9A87BE) is unknown color: approx Cold Purple. HEX triplet: 9A, 87 and BE. RGB value is (154,135,190). Sum of RGB (Red+Green+Blue) = 154+135+190=479 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.15% from 479); Green value is 135 (53.12% from 255 or 28.18% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A87BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A87BE is #657841. Grayscale: #929292. Windows color (decimal): -6649922 or 12486554. OLE color: 12486554.

HSL color Cylindrical-coordinate representation of color #9A87BE: hue angle of 260.73º 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 #9A87BE is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB154135190-
CMYK0.190.2900.25
HSL260.73º29.73%63.73%-
HSV(B)260.73º28.95%74.51%-
XYZ31.2827.9252.45-
YUV146.95152.29133.03-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.15%
GREEN value IS 135 (53.12% from 255) = 28.18%
BLUE value IS 190 (74.61% from 255) = 39.67%
R=32.15%
G=28.18%
B=39.67%

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
Decimal1541351900.190.2900.25260.7329.7363.73
Hex9A87BE131D0191051e40
Octal232207276233503140536100
Binary1001101010000111101111101001111101011001100000101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A87BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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