Html Css Color HEX #8573AB Deluge

📋 copy color: '#8573AB'

red 133 ◦ green 115 ◦ blue 171

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

Shades of Deluge #8573AB

Tints of Deluge #8573AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.81%

R = 31.74%
G = 27.45%
B = 40.81%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8573AB (or 0x8573AB) is known color: Deluge. HEX triplet: 85, 73 and AB. RGB value is (133,115,171). Sum of RGB (Red+Green+Blue) = 133+115+171=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #8573AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8573AB is #7A8C54. Grayscale: #7E7E7E. Windows color (decimal): -8031317 or 11236229. OLE color: 11236229.

HSL color Cylindrical-coordinate representation of color #8573AB: hue angle of 259.29º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8573AB is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 115 171 -
CMYK 0.22 0.33 0 0.33
HSL 259.29º 0.25% 0.56% -
HSV(B) 259.29º 0.33% 0.67% -
XYZ 23.15 20.19 41.2 -
YUV 126.77 152.96 132.45 -
System Red Green Blue C M Y K H S L
Decimal 133 115 171 0.22 0.33 0 0.33 259.29 0.25 0.56
Hex 85 73 AB 16 21 0 21 103 19 38
Octal 205 163 253 26 41 0 41 403 31 70
Binary 10000101 1110011 10101011 10110 100001 0 100001 100000011 11001 111000

Color Harmonies of #8573AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8573AB

Black with #8573AB

Text Example


Text Example

White with #8573AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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