#9082BF

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

Shades of Cold Purple #9082BF

Tints of Cold Purple #9082BF

Color information

#9082BF (or 0x9082BF) is unknown color: approx Cold Purple. HEX triplet: 90, 82 and BF. RGB value is (144,130,191). Sum of RGB (Red+Green+Blue) = 144+130+191=465 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.97% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #9082BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9082BF is #6F7D40. Grayscale: #8C8C8C. Windows color (decimal): -7306561 or 12550800. OLE color: 12550800.

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

Color convert

RGB144130191-
CMYK0.250.3200.25
HSL253.77º32.28%62.94%-
HSV(B)253.77º31.94%74.9%-
XYZ28.8925.6652.72-
YUV141.14156.14130.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.97%
GREEN value IS 130 (51.17% from 255) = 27.96%
BLUE value IS 191 (75% from 255) = 41.08%
R=30.97%
G=27.96%
B=41.08%

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
Decimal1441301910.250.3200.25253.7732.2862.94
Hex9082BF1920019fe203f
Octal22020227731400313764077
Binary1001000010000010101111111100110000001100111111110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9082BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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