Html Css Color HEX #8577AC Deluge

📋 copy color: '#8577AC'

red 133 ◦ green 119 ◦ blue 172

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

Shades of Deluge #8577AC

Tints of Deluge #8577AC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.07%

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

R = 31.37%
G = 28.07%
B = 40.57%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8577AC (or 0x8577AC) is known color: Deluge. HEX triplet: 85, 77 and AC. RGB value is (133,119,172). Sum of RGB (Red+Green+Blue) = 133+119+172=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 172 - color contains mainly: blue. Hex color #8577AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8577AC is #7A8853. Grayscale: #818181. Windows color (decimal): -8030292 or 11302789. OLE color: 11302789.

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

Color convert

RGB 133 119 172 -
CMYK 0.23 0.31 0 0.33
HSL 255.85º 0.24% 0.57% -
HSV(B) 255.85º 0.31% 0.67% -
XYZ 23.72 21.16 41.86 -
YUV 129.23 152.14 130.69 -
System Red Green Blue C M Y K H S L
Decimal 133 119 172 0.23 0.31 0 0.33 255.85 0.24 0.57
Hex 85 77 AC 17 1F 0 21 100 18 39
Octal 205 167 254 27 37 0 41 400 30 71
Binary 10000101 1110111 10101100 10111 11111 0 100001 100000000 11000 111001

Color Harmonies of #8577AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8577AC

Black with #8577AC

Text Example


Text Example

White with #8577AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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