#9280BA

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

Shades of Cold Purple #9280BA

Tints of Cold Purple #9280BA

Color information

#9280BA (or 0x9280BA) is unknown color: approx Cold Purple. HEX triplet: 92, 80 and BA. RGB value is (146,128,186). Sum of RGB (Red+Green+Blue) = 146+128+186=460 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.74% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #9280BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9280BA is #6D7F45. Grayscale: #8B8B8B. Windows color (decimal): -7176006 or 12222610. OLE color: 12222610.

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

Color convert

RGB146128186-
CMYK0.220.3100.27
HSL258.62º29.59%61.57%-
HSV(B)258.62º31.18%72.94%-
XYZ28.4425.0949.8-
YUV139.99153.96132.28-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.74%
GREEN value IS 128 (50.39% from 255) = 27.83%
BLUE value IS 186 (73.05% from 255) = 40.43%
R=31.74%
G=27.83%
B=40.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1461281860.220.3100.27258.6229.5961.57
Hex9280BA161F01B1031e3e
Octal22220027226370334033676
Binary100100101000000010111010101101111101101110000001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9280BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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