Html Css Color HEX #8170AD Deluge

📋 copy color: '#8170AD'

red 129 ◦ green 112 ◦ blue 173

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

Shades of Deluge #8170AD

Tints of Deluge #8170AD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.05%

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

R = 31.16%
G = 27.05%
B = 41.79%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8170AD (or 0x8170AD) is known color: Deluge. HEX triplet: 81, 70 and AD. RGB value is (129,112,173). Sum of RGB (Red+Green+Blue) = 129+112+173=414 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.16% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 173 - color contains mainly: blue. Hex color #8170AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8170AD is #7E8F52. Grayscale: #7B7B7B. Windows color (decimal): -8294227 or 11366529. OLE color: 11366529.

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

Color convert

RGB 129 112 173 -
CMYK 0.25 0.35 0 0.32
HSL 256.72º 0.27% 0.56% -
HSV(B) 256.72º 0.35% 0.68% -
XYZ 22.39 19.27 42.08 -
YUV 124.04 155.63 131.54 -
System Red Green Blue C M Y K H S L
Decimal 129 112 173 0.25 0.35 0 0.32 256.72 0.27 0.56
Hex 81 70 AD 19 23 0 20 101 1B 38
Octal 201 160 255 31 43 0 40 401 33 70
Binary 10000001 1110000 10101101 11001 100011 0 100000 100000001 11011 111000

Color Harmonies of #8170AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8170AD

Black with #8170AD

Text Example


Text Example

White with #8170AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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