Html Css Color HEX #8575AA Deluge

📋 copy color: '#8575AA'

red 133 ◦ green 117 ◦ blue 170

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

Shades of Deluge #8575AA

Tints of Deluge #8575AA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.86%

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

R = 31.67%
G = 27.86%
B = 40.48%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8575AA (or 0x8575AA) is known color: Deluge. HEX triplet: 85, 75 and AA. RGB value is (133,117,170). Sum of RGB (Red+Green+Blue) = 133+117+170=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 170 - color contains mainly: blue. Hex color #8575AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8575AA is #7A8A55. Grayscale: #7F7F7F. Windows color (decimal): -8030806 or 11171205. OLE color: 11171205.

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

Color convert

RGB 133 117 170 -
CMYK 0.22 0.31 0 0.33
HSL 258.11º 0.24% 0.56% -
HSV(B) 258.11º 0.31% 0.67% -
XYZ 23.29 20.61 40.78 -
YUV 127.83 151.8 131.69 -
System Red Green Blue C M Y K H S L
Decimal 133 117 170 0.22 0.31 0 0.33 258.11 0.24 0.56
Hex 85 75 AA 16 1F 0 21 102 18 38
Octal 205 165 252 26 37 0 41 402 30 70
Binary 10000101 1110101 10101010 10110 11111 0 100001 100000010 11000 111000

Color Harmonies of #8575AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8575AA

Black with #8575AA

Text Example


Text Example

White with #8575AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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