Html Css Color HEX #8173AD Deluge

📋 copy color: '#8173AD'

red 129 ◦ green 115 ◦ blue 173

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

Shades of Deluge #8173AD

Tints of Deluge #8173AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.49%

R = 30.94%
G = 27.58%
B = 41.49%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8173AD (or 0x8173AD) is known color: Deluge. HEX triplet: 81, 73 and AD. RGB value is (129,115,173). Sum of RGB (Red+Green+Blue) = 129+115+173=417 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.94% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #8173AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8173AD is #7E8C52. Grayscale: #7D7D7D. Windows color (decimal): -8293459 or 11367297. OLE color: 11367297.

HSL color Cylindrical-coordinate representation of color #8173AD: hue angle of 254.48º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8173AD is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 129 115 173 -
CMYK 0.25 0.34 0 0.32
HSL 254.48º 0.26% 0.56% -
HSV(B) 254.48º 0.34% 0.68% -
XYZ 22.73 19.95 42.19 -
YUV 125.8 154.64 130.28 -
System Red Green Blue C M Y K H S L
Decimal 129 115 173 0.25 0.34 0 0.32 254.48 0.26 0.56
Hex 81 73 AD 19 22 0 20 FE 1A 38
Octal 201 163 255 31 42 0 40 376 32 70
Binary 10000001 1110011 10101101 11001 100010 0 100000 11111110 11010 111000

Color Harmonies of #8173AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8173AD

Black with #8173AD

Text Example


Text Example

White with #8173AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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