#9087BA

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

Shades of Cold Purple #9087BA

Tints of Cold Purple #9087BA

Color information

#9087BA (or 0x9087BA) is unknown color: approx Cold Purple. HEX triplet: 90, 87 and BA. RGB value is (144,135,186). Sum of RGB (Red+Green+Blue) = 144+135+186=465 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.97% from 465); Green value is 135 (53.12% from 255 or 29.03% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #9087BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9087BA is #6F7845. Grayscale: #8F8F8F. Windows color (decimal): -7305286 or 12224400. OLE color: 12224400.

HSL color Cylindrical-coordinate representation of color #9087BA: hue angle of 250.59º 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 #9087BA is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB144135186-
CMYK0.230.2700.27
HSL250.59º26.98%62.94%-
HSV(B)250.59º27.42%72.94%-
XYZ29.0326.850.1-
YUV143.5151.98128.35-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.97%
GREEN value IS 135 (53.12% from 255) = 29.03%
BLUE value IS 186 (73.05% from 255) = 40%
R=30.97%
G=29.03%
B=40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1441351860.230.2700.27250.5926.9862.94
Hex9087BA171B01Bfb1b3f
Octal22020727227330333733377
Binary10010000100001111011101010111110110110111111101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9087BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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