#8273B2

Color #8273B2 Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #8273B2

Tints of Deluge #8273B2

Color information

#8273B2 (or 0x8273B2) is unknown color: approx Deluge. HEX triplet: 82, 73 and B2. RGB value is (130,115,178). Sum of RGB (Red+Green+Blue) = 130+115+178=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 178 (69.92% from 255 or 42.08% from 423); Max value from RGB is 178 - color contains mainly: blue. Hex color #8273B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8273B2 is #7D8C4D. Grayscale: #7E7E7E. Windows color (decimal): -8227918 or 11694978. OLE color: 11694978.

HSL color Cylindrical-coordinate representation of color #8273B2: hue angle of 254.29º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8273B2 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB130115178-
CMYK0.270.3500.30
HSL254.29º29.03%57.45%-
HSV(B)254.29º35.39%69.8%-
XYZ23.3720.2244.79-
YUV126.67156.97130.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.73%
GREEN value IS 115 (45.31% from 255) = 27.19%
BLUE value IS 178 (69.92% from 255) = 42.08%
R=30.73%
G=27.19%
B=42.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1301151780.270.3500.30254.2929.0357.45
Hex8273B21B2301Efe1d39
Octal20216326233430363763571
Binary10000010111001110110010110111000110111101111111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8273B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8273B2; }

 p { color: rgb(130,115,178); }

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

<style>
 a { background-color: #8273B2; }

 a { background-color: rgb(130,115,178); }

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

<style>
 span { border-color: #8273B2; }

 span { border-color: rgb(130,115,178); }

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