#9087B5

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

Shades of Cold Purple #9087B5

Tints of Cold Purple #9087B5

Color information

#9087B5 (or 0x9087B5) is unknown color: approx Cold Purple. HEX triplet: 90, 87 and B5. RGB value is (144,135,181). Sum of RGB (Red+Green+Blue) = 144+135+181=460 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.30% from 460); Green value is 135 (53.12% from 255 or 29.35% from 460); Blue value is 181 (71.09% from 255 or 39.35% from 460); Max value from RGB is 181 - color contains mainly: blue. Hex color #9087B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9087B5 is #6F784A. Grayscale: #8E8E8E. Windows color (decimal): -7305291 or 11896720. OLE color: 11896720.

HSL color Cylindrical-coordinate representation of color #9087B5: hue angle of 251.74º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9087B5 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB144135181-
CMYK0.200.2500.29
HSL251.74º23.71%61.96%-
HSV(B)251.74º25.41%70.98%-
XYZ28.5126.5947.35-
YUV142.94149.48128.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.30%
GREEN value IS 135 (53.12% from 255) = 29.35%
BLUE value IS 181 (71.09% from 255) = 39.35%
R=31.30%
G=29.35%
B=39.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1441351810.200.2500.29251.7423.7161.96
Hex9087B5141901Dfc183e
Octal22020726524310353743076
Binary10010000100001111011010110100110010111011111110011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9087B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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