#8163AF

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

Shades of Deluge #8163AF

Tints of Deluge #8163AF

Color information

#8163AF (or 0x8163AF) is unknown color: approx Deluge. HEX triplet: 81, 63 and AF. RGB value is (129,99,175). Sum of RGB (Red+Green+Blue) = 129+99+175=403 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.01% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #8163AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8163AF is #7E9C50. Grayscale: #747474. Windows color (decimal): -8297553 or 11494273. OLE color: 11494273.

HSL color Cylindrical-coordinate representation of color #8163AF: hue angle of 263.68º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8163AF is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12999175-
CMYK0.260.4300.31
HSL263.68º32.2%53.73%-
HSV(B)263.68º43.43%68.63%-
XYZ21.2516.6942.66-
YUV116.63160.94136.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.01%
GREEN value IS 99 (39.06% from 255) = 24.57%
BLUE value IS 175 (68.75% from 255) = 43.42%
R=32.01%
G=24.57%
B=43.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal129991750.260.4300.31263.6832.253.73
Hex8163AF1A2B01F1082036
Octal20114325732530374104066
Binary1000000111000111010111111010101011011111100001000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8163AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8163AF; }

 p { color: rgb(129,99,175); }

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

<style>
 a { background-color: #8163AF; }

 a { background-color: rgb(129,99,175); }

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

<style>
 span { border-color: #8163AF; }

 span { border-color: rgb(129,99,175); }

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