Html Css Color HEX #8564AC Deluge

📋 copy color: '#8564AC'

red 133 ◦ green 100 ◦ blue 172

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

Shades of Deluge #8564AC

Tints of Deluge #8564AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.47%

R = 32.84%
G = 24.69%
B = 42.47%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8564AC (or 0x8564AC) is known color: Deluge. HEX triplet: 85, 64 and AC. RGB value is (133,100,172). Sum of RGB (Red+Green+Blue) = 133+100+172=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #8564AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8564AC is #7A9B53. Grayscale: #757575. Windows color (decimal): -8035156 or 11297925. OLE color: 11297925.

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

Color convert

RGB 133 100 172 -
CMYK 0.23 0.42 0 0.33
HSL 267.5º 0.3% 0.53% -
HSV(B) 267.5º 0.42% 0.67% -
XYZ 21.68 17.08 41.18 -
YUV 118.08 158.43 138.65 -
System Red Green Blue C M Y K H S L
Decimal 133 100 172 0.23 0.42 0 0.33 267.5 0.3 0.53
Hex 85 64 AC 17 2A 0 21 10C 1E 35
Octal 205 144 254 27 52 0 41 414 36 65
Binary 10000101 1100100 10101100 10111 101010 0 100001 100001100 11110 110101

Color Harmonies of #8564AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8564AC

Black with #8564AC

Text Example


Text Example

White with #8564AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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