#9081BD

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

Shades of Cold Purple #9081BD

Tints of Cold Purple #9081BD

Color information

#9081BD (or 0x9081BD) is unknown color: approx Cold Purple. HEX triplet: 90, 81 and BD. RGB value is (144,129,189). Sum of RGB (Red+Green+Blue) = 144+129+189=462 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.17% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #9081BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9081BD is #6F7E42. Grayscale: #8C8C8C. Windows color (decimal): -7306819 or 12419472. OLE color: 12419472.

HSL color Cylindrical-coordinate representation of color #9081BD: hue angle of 255º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9081BD is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB144129189-
CMYK0.240.3200.26
HSL255º31.25%62.35%-
HSV(B)255º31.75%74.12%-
XYZ28.5425.351.52-
YUV140.32155.47130.62-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.17%
GREEN value IS 129 (50.78% from 255) = 27.92%
BLUE value IS 189 (74.22% from 255) = 40.91%
R=31.17%
G=27.92%
B=40.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441291890.240.3200.2625531.2562.35
Hex9081BD182001Aff1f3e
Octal22020127530400323773776
Binary100100001000000110111101110001000000110101111111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9081BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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