Html Css Color HEX #8174AD Deluge

📋 copy color: '#8174AD'

red 129 ◦ green 116 ◦ blue 173

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

Shades of Deluge #8174AD

Tints of Deluge #8174AD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.75%

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

R = 30.86%
G = 27.75%
B = 41.39%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8174AD (or 0x8174AD) is known color: Deluge. HEX triplet: 81, 74 and AD. RGB value is (129,116,173). Sum of RGB (Red+Green+Blue) = 129+116+173=418 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.86% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 173 - color contains mainly: blue. Hex color #8174AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8174AD is #7E8B52. Grayscale: #7E7E7E. Windows color (decimal): -8293203 or 11367553. OLE color: 11367553.

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

Color convert

RGB 129 116 173 -
CMYK 0.25 0.33 0 0.32
HSL 253.68º 0.26% 0.57% -
HSV(B) 253.68º 0.33% 0.68% -
XYZ 22.84 20.18 42.23 -
YUV 126.39 154.31 129.87 -
System Red Green Blue C M Y K H S L
Decimal 129 116 173 0.25 0.33 0 0.32 253.68 0.26 0.57
Hex 81 74 AD 19 21 0 20 FE 1A 39
Octal 201 164 255 31 41 0 40 376 32 71
Binary 10000001 1110100 10101101 11001 100001 0 100000 11111110 11010 111001

Color Harmonies of #8174AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8174AD

Black with #8174AD

Text Example


Text Example

White with #8174AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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