#9084BD

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

Shades of Cold Purple #9084BD

Tints of Cold Purple #9084BD

Color information

#9084BD (or 0x9084BD) is unknown color: approx Cold Purple. HEX triplet: 90, 84 and BD. RGB value is (144,132,189). Sum of RGB (Red+Green+Blue) = 144+132+189=465 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.97% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #9084BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9084BD is #6F7B42. Grayscale: #8D8D8D. Windows color (decimal): -7306051 or 12420240. OLE color: 12420240.

HSL color Cylindrical-coordinate representation of color #9084BD: hue angle of 252.63º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9084BD is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB144132189-
CMYK0.240.3000.26
HSL252.63º30.16%62.94%-
HSV(B)252.63º30.16%74.12%-
XYZ28.9426.1151.66-
YUV142.09154.48129.37-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.97%
GREEN value IS 132 (51.95% from 255) = 28.39%
BLUE value IS 189 (74.22% from 255) = 40.65%
R=30.97%
G=28.39%
B=40.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441321890.240.3000.26252.6330.1662.94
Hex9084BD181E01Afd1e3f
Octal22020427530360323753677
Binary10010000100001001011110111000111100110101111110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9084BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9084BD; }

 p { color: rgb(144,132,189); }

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

<style>
 a { background-color: #9084BD; }

 a { background-color: rgb(144,132,189); }

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

<style>
 span { border-color: #9084BD; }

 span { border-color: rgb(144,132,189); }

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