#9280BD

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

Shades of Cold Purple #9280BD

Tints of Cold Purple #9280BD

Color information

#9280BD (or 0x9280BD) is unknown color: approx Cold Purple. HEX triplet: 92, 80 and BD. RGB value is (146,128,189). Sum of RGB (Red+Green+Blue) = 146+128+189=463 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.53% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #9280BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9280BD is #6D7F42. Grayscale: #8C8C8C. Windows color (decimal): -7176003 or 12419218. OLE color: 12419218.

HSL color Cylindrical-coordinate representation of color #9280BD: hue angle of 257.7º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9280BD is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB146128189-
CMYK0.230.3200.26
HSL257.7º31.61%62.16%-
HSV(B)257.7º32.28%74.12%-
XYZ28.7625.2251.5-
YUV140.34155.46132.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.53%
GREEN value IS 128 (50.39% from 255) = 27.65%
BLUE value IS 189 (74.22% from 255) = 40.82%
R=31.53%
G=27.65%
B=40.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461281890.230.3200.26257.731.6162.16
Hex9280BD172001A102203e
Octal22220027527400324024076
Binary10010010100000001011110110111100000011010100000010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9280BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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