#8165A3

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

Shades of Deluge #8165A3

Tints of Deluge #8165A3

Color information

#8165A3 (or 0x8165A3) is unknown color: approx Deluge. HEX triplet: 81, 65 and A3. RGB value is (129,101,163). Sum of RGB (Red+Green+Blue) = 129+101+163=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 163 (64.06% from 255 or 41.48% from 393); Max value from RGB is 163 - color contains mainly: blue. Hex color #8165A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8165A3 is #7E9A5C. Grayscale: #747474. Windows color (decimal): -8297053 or 10708353. OLE color: 10708353.

HSL color Cylindrical-coordinate representation of color #8165A3: hue angle of 267.1º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8165A3 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB129101163-
CMYK0.210.3800.36
HSL267.1º25.2%51.76%-
HSV(B)267.1º38.04%63.92%-
XYZ20.3216.6236.79-
YUV116.44154.28136.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.82%
GREEN value IS 101 (39.84% from 255) = 25.70%
BLUE value IS 163 (64.06% from 255) = 41.48%
R=32.82%
G=25.70%
B=41.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1291011630.210.3800.36267.125.251.76
Hex8165A3152602410b1934
Octal20114524325460444133164
Binary1000000111001011010001110101100110010010010000101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8165A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8165A3; }

 p { color: rgb(129,101,163); }

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

<style>
 a { background-color: #8165A3; }

 a { background-color: rgb(129,101,163); }

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

<style>
 span { border-color: #8165A3; }

 span { border-color: rgb(129,101,163); }

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