Html Css Color HEX #8572AA Deluge

📋 copy color: '#8572AA'

red 133 ◦ green 114 ◦ blue 170

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

Shades of Deluge #8572AA

Tints of Deluge #8572AA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.34%

 BLUE value IS 170 (66.8% from 255) = 40.77%

R = 31.89%
G = 27.34%
B = 40.77%

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

#8572AA (or 0x8572AA) is known color: Deluge. HEX triplet: 85, 72 and AA. RGB value is (133,114,170). Sum of RGB (Red+Green+Blue) = 133+114+170=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #8572AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8572AA is #7A8D55. Grayscale: #7D7D7D. Windows color (decimal): -8031574 or 11170437. OLE color: 11170437.

HSL color Cylindrical-coordinate representation of color #8572AA: hue angle of 260.36º 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 #8572AA is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 114 170 -
CMYK 0.22 0.33 0 0.33
HSL 260.36º 0.25% 0.56% -
HSV(B) 260.36º 0.33% 0.67% -
XYZ 22.95 19.92 40.67 -
YUV 126.07 152.79 132.95 -
System Red Green Blue C M Y K H S L
Decimal 133 114 170 0.22 0.33 0 0.33 260.36 0.25 0.56
Hex 85 72 AA 16 21 0 21 104 19 38
Octal 205 162 252 26 41 0 41 404 31 70
Binary 10000101 1110010 10101010 10110 100001 0 100001 100000100 11001 111000

Color Harmonies of #8572AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8572AA

Black with #8572AA

Text Example


Text Example

White with #8572AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8572AA; }

 p { color: rgb(133,114,170); }

 H1.HeaderClassName
 {
   color: #8572AA;
 }
 .AnyTagClassName
 {
   color: #8572AA;
 }
</style>

background-color css

<style>
 a { background-color: #8572AA; }

 a { background-color: rgb(133,114,170); }

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

border-color css

<style>
 span { border-color: #8572AA; }

 span { border-color: rgb(133,114,170); }

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