#9284BA

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

Shades of Cold Purple #9284BA

Tints of Cold Purple #9284BA

Color information

#9284BA (or 0x9284BA) is unknown color: approx Cold Purple. HEX triplet: 92, 84 and BA. RGB value is (146,132,186). Sum of RGB (Red+Green+Blue) = 146+132+186=464 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.47% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #9284BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9284BA is #6D7B45. Grayscale: #8E8E8E. Windows color (decimal): -7174982 or 12223634. OLE color: 12223634.

HSL color Cylindrical-coordinate representation of color #9284BA: hue angle of 255.56º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9284BA is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB146132186-
CMYK0.220.2900.27
HSL255.56º28.12%62.35%-
HSV(B)255.56º29.03%72.94%-
XYZ28.9726.1649.98-
YUV142.34152.64130.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.47%
GREEN value IS 132 (51.95% from 255) = 28.45%
BLUE value IS 186 (73.05% from 255) = 40.09%
R=31.47%
G=28.45%
B=40.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1461321860.220.2900.27255.5628.1262.35
Hex9284BA161D01B1001c3e
Octal22220427226350334003476
Binary100100101000010010111010101101110101101110000000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9284BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9284BA; }

 p { color: rgb(146,132,186); }

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

<style>
 a { background-color: #9284BA; }

 a { background-color: rgb(146,132,186); }

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

<style>
 span { border-color: #9284BA; }

 span { border-color: rgb(146,132,186); }

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