#9280BF

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

Shades of Cold Purple #9280BF

Tints of Cold Purple #9280BF

Color information

#9280BF (or 0x9280BF) is unknown color: approx Cold Purple. HEX triplet: 92, 80 and BF. RGB value is (146,128,191). Sum of RGB (Red+Green+Blue) = 146+128+191=465 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.40% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #9280BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9280BF is #6D7F40. Grayscale: #8C8C8C. Windows color (decimal): -7176001 or 12550290. OLE color: 12550290.

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

Color convert

RGB146128191-
CMYK0.240.3300.25
HSL257.14º32.98%62.55%-
HSV(B)257.14º32.98%74.9%-
XYZ28.9825.3152.65-
YUV140.56156.46131.88-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.40%
GREEN value IS 128 (50.39% from 255) = 27.53%
BLUE value IS 191 (75% from 255) = 41.08%
R=31.40%
G=27.53%
B=41.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461281910.240.3300.25257.1432.9862.55
Hex9280BF1821019101213f
Octal22220027730410314014177
Binary10010010100000001011111111000100001011001100000001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9280BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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