#9081B8

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

Shades of Cold Purple #9081B8

Tints of Cold Purple #9081B8

Color information

#9081B8 (or 0x9081B8) is unknown color: approx Cold Purple. HEX triplet: 90, 81 and B8. RGB value is (144,129,184). Sum of RGB (Red+Green+Blue) = 144+129+184=457 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.51% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 184 (72.27% from 255 or 40.26% from 457); Max value from RGB is 184 - color contains mainly: blue. Hex color #9081B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9081B8 is #6F7E47. Grayscale: #8B8B8B. Windows color (decimal): -7306824 or 12091792. OLE color: 12091792.

HSL color Cylindrical-coordinate representation of color #9081B8: hue angle of 256.36º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9081B8 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB144129184-
CMYK0.220.3000.28
HSL256.36º27.92%61.37%-
HSV(B)256.36º29.89%72.16%-
XYZ2825.0948.71-
YUV139.76152.97131.03-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.51%
GREEN value IS 129 (50.78% from 255) = 28.23%
BLUE value IS 184 (72.27% from 255) = 40.26%
R=31.51%
G=28.23%
B=40.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1441291840.220.3000.28256.3627.9261.37
Hex9081B8161E01C1001c3d
Octal22020127026360344003475
Binary100100001000000110111000101101111001110010000000011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9081B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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