Html Css Color HEX #8474AD Deluge

📋 copy color: '#8474AD'

red 132 ◦ green 116 ◦ blue 173

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

Shades of Deluge #8474AD

Tints of Deluge #8474AD

RGB

 RED value IS 132 (51.95% from 255) = 31.35%

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

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

R = 31.35%
G = 27.55%
B = 41.09%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8474AD (or 0x8474AD) is known color: Deluge. HEX triplet: 84, 74 and AD. RGB value is (132,116,173). Sum of RGB (Red+Green+Blue) = 132+116+173=421 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.35% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 173 - color contains mainly: blue. Hex color #8474AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8474AD is #7B8B52. Grayscale: #7F7F7F. Windows color (decimal): -8096595 or 11367556. OLE color: 11367556.

HSL color Cylindrical-coordinate representation of color #8474AD: hue angle of 256.84º 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 #8474AD is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 132 116 173 -
CMYK 0.24 0.33 0 0.32
HSL 256.84º 0.26% 0.57% -
HSV(B) 256.84º 0.33% 0.68% -
XYZ 23.3 20.41 42.25 -
YUV 127.28 153.8 131.37 -
System Red Green Blue C M Y K H S L
Decimal 132 116 173 0.24 0.33 0 0.32 256.84 0.26 0.57
Hex 84 74 AD 18 21 0 20 101 1A 39
Octal 204 164 255 30 41 0 40 401 32 71
Binary 10000100 1110100 10101101 11000 100001 0 100000 100000001 11010 111001

Color Harmonies of #8474AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8474AD

Black with #8474AD

Text Example


Text Example

White with #8474AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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