Html Css Color HEX #8564AA Deluge

📋 copy color: '#8564AA'

red 133 ◦ green 100 ◦ blue 170

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

Shades of Deluge #8564AA

Tints of Deluge #8564AA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.81%

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

R = 33%
G = 24.81%
B = 42.18%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8564AA (or 0x8564AA) is known color: Deluge. HEX triplet: 85, 64 and AA. RGB value is (133,100,170). Sum of RGB (Red+Green+Blue) = 133+100+170=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #8564AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8564AA is #7A9B55. Grayscale: #757575. Windows color (decimal): -8035158 or 11166853. OLE color: 11166853.

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

Color convert

RGB 133 100 170 -
CMYK 0.22 0.41 0 0.33
HSL 268.29º 0.29% 0.53% -
HSV(B) 268.29º 0.41% 0.67% -
XYZ 21.49 17 40.18 -
YUV 117.85 157.43 138.81 -
System Red Green Blue C M Y K H S L
Decimal 133 100 170 0.22 0.41 0 0.33 268.29 0.29 0.53
Hex 85 64 AA 16 29 0 21 10C 1D 35
Octal 205 144 252 26 51 0 41 414 35 65
Binary 10000101 1100100 10101010 10110 101001 0 100001 100001100 11101 110101

Color Harmonies of #8564AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8564AA

Black with #8564AA

Text Example


Text Example

White with #8564AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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