Html Css Color HEX #8564A9 Deluge

📋 copy color: '#8564A9'

red 133 ◦ green 100 ◦ blue 169

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

Shades of Deluge #8564A9

Tints of Deluge #8564A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 42.04%

R = 33.08%
G = 24.88%
B = 42.04%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#8564A9 (or 0x8564A9) is known color: Deluge. HEX triplet: 85, 64 and A9. RGB value is (133,100,169). Sum of RGB (Red+Green+Blue) = 133+100+169=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 169 (66.41% from 255 or 42.04% from 402); Max value from RGB is 169 - color contains mainly: blue. Hex color #8564A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8564A9 is #7A9B56. Grayscale: #757575. Windows color (decimal): -8035159 or 11101317. OLE color: 11101317.

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

Color convert

RGB 133 100 169 -
CMYK 0.21 0.41 0 0.34
HSL 268.7º 0.29% 0.53% -
HSV(B) 268.7º 0.41% 0.66% -
XYZ 21.39 16.97 39.68 -
YUV 117.73 156.93 138.89 -
System Red Green Blue C M Y K H S L
Decimal 133 100 169 0.21 0.41 0 0.34 268.7 0.29 0.53
Hex 85 64 A9 15 29 0 22 10D 1D 35
Octal 205 144 251 25 51 0 42 415 35 65
Binary 10000101 1100100 10101001 10101 101001 0 100010 100001101 11101 110101

Color Harmonies of #8564A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8564A9

Black with #8564A9

Text Example


Text Example

White with #8564A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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