#9081B9

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

Shades of Cold Purple #9081B9

Tints of Cold Purple #9081B9

Color information

#9081B9 (or 0x9081B9) is unknown color: approx Cold Purple. HEX triplet: 90, 81 and B9. RGB value is (144,129,185). Sum of RGB (Red+Green+Blue) = 144+129+185=458 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.44% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 185 - color contains mainly: blue. Hex color #9081B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9081B9 is #6F7E46. Grayscale: #8B8B8B. Windows color (decimal): -7306823 or 12157328. OLE color: 12157328.

HSL color Cylindrical-coordinate representation of color #9081B9: hue angle of 256.07º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9081B9 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB144129185-
CMYK0.220.3000.27
HSL256.07º28.57%61.57%-
HSV(B)256.07º30.27%72.55%-
XYZ28.1125.1349.27-
YUV139.87153.47130.95-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.44%
GREEN value IS 129 (50.78% from 255) = 28.17%
BLUE value IS 185 (72.66% from 255) = 40.39%
R=31.44%
G=28.17%
B=40.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1441291850.220.3000.27256.0728.5761.57
Hex9081B9161E01B1001d3e
Octal22020127126360334003576
Binary100100001000000110111001101101111001101110000000011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9081B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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