Html Css Color HEX #8473A9 Deluge

📋 copy color: '#8473A9'

red 132 ◦ green 115 ◦ blue 169

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

Shades of Deluge #8473A9

Tints of Deluge #8473A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 40.63%

R = 31.73%
G = 27.64%
B = 40.63%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#8473A9 (or 0x8473A9) is known color: Deluge. HEX triplet: 84, 73 and A9. RGB value is (132,115,169). Sum of RGB (Red+Green+Blue) = 132+115+169=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 169 (66.41% from 255 or 40.62% from 416); Max value from RGB is 169 - color contains mainly: blue. Hex color #8473A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8473A9 is #7B8C56. Grayscale: #7E7E7E. Windows color (decimal): -8096855 or 11105156. OLE color: 11105156.

HSL color Cylindrical-coordinate representation of color #8473A9: hue angle of 258.89º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8473A9 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 132 115 169 -
CMYK 0.22 0.32 0 0.34
HSL 258.89º 0.24% 0.56% -
HSV(B) 258.89º 0.32% 0.66% -
XYZ 22.81 20.03 40.2 -
YUV 126.24 152.13 132.11 -
System Red Green Blue C M Y K H S L
Decimal 132 115 169 0.22 0.32 0 0.34 258.89 0.24 0.56
Hex 84 73 A9 16 20 0 22 103 18 38
Octal 204 163 251 26 40 0 42 403 30 70
Binary 10000100 1110011 10101001 10110 100000 0 100010 100000011 11000 111000

Color Harmonies of #8473A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8473A9

Black with #8473A9

Text Example


Text Example

White with #8473A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8473A9; }

 p { color: rgb(132,115,169); }

 H1.HeaderClassName
 {
   color: #8473A9;
 }
 .AnyTagClassName
 {
   color: #8473A9;
 }
</style>

background-color css

<style>
 a { background-color: #8473A9; }

 a { background-color: rgb(132,115,169); }

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

border-color css

<style>
 span { border-color: #8473A9; }

 span { border-color: rgb(132,115,169); }

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