#9082BE

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

Shades of Cold Purple #9082BE

Tints of Cold Purple #9082BE

Color information

#9082BE (or 0x9082BE) is unknown color: approx Cold Purple. HEX triplet: 90, 82 and BE. RGB value is (144,130,190). Sum of RGB (Red+Green+Blue) = 144+130+190=464 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.03% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #9082BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9082BE is #6F7D41. Grayscale: #8C8C8C. Windows color (decimal): -7306562 or 12485264. OLE color: 12485264.

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

Color convert

RGB144130190-
CMYK0.240.3200.25
HSL254º31.58%62.75%-
HSV(B)254º31.58%74.51%-
XYZ28.7825.6152.14-
YUV141.03155.64130.12-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.03%
GREEN value IS 130 (51.17% from 255) = 28.02%
BLUE value IS 190 (74.61% from 255) = 40.95%
R=31.03%
G=28.02%
B=40.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441301900.240.3200.2525431.5862.75
Hex9082BE1820019fe203f
Octal22020227630400313764077
Binary1001000010000010101111101100010000001100111111110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9082BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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