Html Css Color HEX #8163AA Deluge

📋 copy color: '#8163AA'

red 129 ◦ green 99 ◦ blue 170

#8163AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deluge #8163AA

Tints of Deluge #8163AA

RGB

 RED value IS 129 (50.78% from 255) = 32.41%

 GREEN value IS 99 (39.06% from 255) = 24.87%

 BLUE value IS 170 (66.8% from 255) = 42.71%

R = 32.41%
G = 24.87%
B = 42.71%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8163AA (or 0x8163AA) is known color: Deluge. HEX triplet: 81, 63 and AA. RGB value is (129,99,170). Sum of RGB (Red+Green+Blue) = 129+99+170=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #8163AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8163AA is #7E9C55. Grayscale: #737373. Windows color (decimal): -8297558 or 11166593. OLE color: 11166593.

HSL color Cylindrical-coordinate representation of color #8163AA: hue angle of 265.35º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8163AA is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 129 99 170 -
CMYK 0.24 0.42 0 0.33
HSL 265.35º 0.29% 0.53% -
HSV(B) 265.35º 0.42% 0.67% -
XYZ 20.77 16.49 40.12 -
YUV 116.06 158.44 137.23 -
System Red Green Blue C M Y K H S L
Decimal 129 99 170 0.24 0.42 0 0.33 265.35 0.29 0.53
Hex 81 63 AA 18 2A 0 21 109 1D 35
Octal 201 143 252 30 52 0 41 411 35 65
Binary 10000001 1100011 10101010 11000 101010 0 100001 100001001 11101 110101

Color Harmonies of #8163AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8163AA

Black with #8163AA

Text Example


Text Example

White with #8163AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8163AA;
 }
 .AnyTagClassName
 {
   color: #8163AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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