#8673B1

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

Shades of Deluge #8673B1

Tints of Deluge #8673B1

Color information

#8673B1 (or 0x8673B1) is unknown color: approx Deluge. HEX triplet: 86, 73 and B1. RGB value is (134,115,177). Sum of RGB (Red+Green+Blue) = 134+115+177=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 177 (69.53% from 255 or 41.55% from 426); Max value from RGB is 177 - color contains mainly: blue. Hex color #8673B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8673B1 is #798C4E. Grayscale: #7F7F7F. Windows color (decimal): -7965775 or 11629446. OLE color: 11629446.

HSL color Cylindrical-coordinate representation of color #8673B1: hue angle of 258.39º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8673B1 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB134115177-
CMYK0.240.3500.31
HSL258.39º28.44%57.25%-
HSV(B)258.39º35.03%69.41%-
XYZ23.920.544.29-
YUV127.75155.79132.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.46%
GREEN value IS 115 (45.31% from 255) = 27.00%
BLUE value IS 177 (69.53% from 255) = 41.55%
R=31.46%
G=27.00%
B=41.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341151770.240.3500.31258.3928.4457.25
Hex8673B1182301F1021c39
Octal20616326130430374023471
Binary100001101110011101100011100010001101111110000001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8673B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8673B1; }

 p { color: rgb(134,115,177); }

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

<style>
 a { background-color: #8673B1; }

 a { background-color: rgb(134,115,177); }

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

<style>
 span { border-color: #8673B1; }

 span { border-color: rgb(134,115,177); }

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