Html Css Color HEX #8173AA Deluge

📋 copy color: '#8173AA'

red 129 ◦ green 115 ◦ blue 170

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

Shades of Deluge #8173AA

Tints of Deluge #8173AA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.78%

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

R = 31.16%
G = 27.78%
B = 41.06%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8173AA (or 0x8173AA) is known color: Deluge. HEX triplet: 81, 73 and AA. RGB value is (129,115,170). Sum of RGB (Red+Green+Blue) = 129+115+170=414 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.16% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 170 - color contains mainly: blue. Hex color #8173AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8173AA is #7E8C55. Grayscale: #7D7D7D. Windows color (decimal): -8293462 or 11170689. OLE color: 11170689.

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

Color convert

RGB 129 115 170 -
CMYK 0.24 0.32 0 0.33
HSL 255.27º 0.24% 0.56% -
HSV(B) 255.27º 0.32% 0.67% -
XYZ 22.44 19.83 40.68 -
YUV 125.46 153.14 130.53 -
System Red Green Blue C M Y K H S L
Decimal 129 115 170 0.24 0.32 0 0.33 255.27 0.24 0.56
Hex 81 73 AA 18 20 0 21 FF 18 38
Octal 201 163 252 30 40 0 41 377 30 70
Binary 10000001 1110011 10101010 11000 100000 0 100001 11111111 11000 111000

Color Harmonies of #8173AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8173AA

Black with #8173AA

Text Example


Text Example

White with #8173AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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