Html Css Color HEX #8573AD Deluge

📋 copy color: '#8573AD'

red 133 ◦ green 115 ◦ blue 173

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

Shades of Deluge #8573AD

Tints of Deluge #8573AD

RGB

 RED value IS 133 (52.34% from 255) = 31.59%

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

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

R = 31.59%
G = 27.32%
B = 41.09%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8573AD (or 0x8573AD) is known color: Deluge. HEX triplet: 85, 73 and AD. RGB value is (133,115,173). Sum of RGB (Red+Green+Blue) = 133+115+173=421 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.59% from 421); Green value is 115 (45.31% from 255 or 27.32% 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 #8573AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8573AD is #7A8C52. Grayscale: #7E7E7E. Windows color (decimal): -8031315 or 11367301. OLE color: 11367301.

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

Color convert

RGB 133 115 173 -
CMYK 0.23 0.34 0 0.32
HSL 258.62º 0.26% 0.56% -
HSV(B) 258.62º 0.34% 0.68% -
XYZ 23.35 20.27 42.22 -
YUV 126.99 153.96 132.28 -
System Red Green Blue C M Y K H S L
Decimal 133 115 173 0.23 0.34 0 0.32 258.62 0.26 0.56
Hex 85 73 AD 17 22 0 20 103 1A 38
Octal 205 163 255 27 42 0 40 403 32 70
Binary 10000101 1110011 10101101 10111 100010 0 100000 100000011 11010 111000

Color Harmonies of #8573AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8573AD

Black with #8573AD

Text Example


Text Example

White with #8573AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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