#9081BE

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

Shades of Cold Purple #9081BE

Tints of Cold Purple #9081BE

Color information

#9081BE (or 0x9081BE) is unknown color: approx Cold Purple. HEX triplet: 90, 81 and BE. RGB value is (144,129,190). Sum of RGB (Red+Green+Blue) = 144+129+190=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #9081BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9081BE is #6F7E41. Grayscale: #8C8C8C. Windows color (decimal): -7306818 or 12485008. OLE color: 12485008.

HSL color Cylindrical-coordinate representation of color #9081BE: hue angle of 254.75º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9081BE is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB144129190-
CMYK0.240.3200.25
HSL254.75º31.94%62.55%-
HSV(B)254.75º32.11%74.51%-
XYZ28.6525.3552.1-
YUV140.44155.97130.54-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.10%
GREEN value IS 129 (50.78% from 255) = 27.86%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=31.10%
G=27.86%
B=41.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441291900.240.3200.25254.7531.9462.55
Hex9081BE1820019ff203f
Octal22020127630400313774077
Binary1001000010000001101111101100010000001100111111111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9081BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9081BE; }

 p { color: rgb(144,129,190); }

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

<style>
 a { background-color: #9081BE; }

 a { background-color: rgb(144,129,190); }

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

<style>
 span { border-color: #9081BE; }

 span { border-color: rgb(144,129,190); }

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