#9081BF

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

Shades of Cold Purple #9081BF

Tints of Cold Purple #9081BF

Color information

#9081BF (or 0x9081BF) is unknown color: approx Cold Purple. HEX triplet: 90, 81 and BF. RGB value is (144,129,191). Sum of RGB (Red+Green+Blue) = 144+129+191=464 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.03% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 191 - color contains mainly: blue. Hex color #9081BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9081BF is #6F7E40. Grayscale: #8C8C8C. Windows color (decimal): -7306817 or 12550544. OLE color: 12550544.

HSL color Cylindrical-coordinate representation of color #9081BF: hue angle of 254.52º degrees, saturation: 0.33, 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 #9081BF is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB144129191-
CMYK0.250.3200.25
HSL254.52º32.63%62.75%-
HSV(B)254.52º32.46%74.9%-
XYZ28.7625.3952.68-
YUV140.55156.47130.46-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.03%
GREEN value IS 129 (50.78% from 255) = 27.80%
BLUE value IS 191 (75% from 255) = 41.16%
R=31.03%
G=27.80%
B=41.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441291910.250.3200.25254.5232.6362.75
Hex9081BF1920019ff213f
Octal22020127731400313774177
Binary1001000010000001101111111100110000001100111111111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9081BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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