#9083BF

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

Shades of Cold Purple #9083BF

Tints of Cold Purple #9083BF

Color information

#9083BF (or 0x9083BF) is unknown color: approx Cold Purple. HEX triplet: 90, 83 and BF. RGB value is (144,131,191). Sum of RGB (Red+Green+Blue) = 144+131+191=466 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.90% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #9083BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9083BF is #6F7C40. Grayscale: #8D8D8D. Windows color (decimal): -7306305 or 12551056. OLE color: 12551056.

HSL color Cylindrical-coordinate representation of color #9083BF: hue angle of 253º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9083BF is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB144131191-
CMYK0.250.3100.25
HSL253º31.91%63.14%-
HSV(B)253º31.41%74.9%-
XYZ29.0225.9252.76-
YUV141.73155.81129.62-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.90%
GREEN value IS 131 (51.56% from 255) = 28.11%
BLUE value IS 191 (75% from 255) = 40.99%
R=30.90%
G=28.11%
B=40.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441311910.250.3100.2525331.9163.14
Hex9083BF191F019fd203f
Octal22020327731370313754077
Binary100100001000001110111111110011111101100111111101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9083BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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