Html Css Color HEX #8576AE Deluge

📋 copy color: '#8576AE'

red 133 ◦ green 118 ◦ blue 174

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

Shades of Deluge #8576AE

Tints of Deluge #8576AE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.76%

 BLUE value IS 174 (68.36% from 255) = 40.94%

R = 31.29%
G = 27.76%
B = 40.94%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8576AE (or 0x8576AE) is known color: Deluge. HEX triplet: 85, 76 and AE. RGB value is (133,118,174). Sum of RGB (Red+Green+Blue) = 133+118+174=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: blue. Hex color #8576AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8576AE is #7A8951. Grayscale: #808080. Windows color (decimal): -8030546 or 11433605. OLE color: 11433605.

HSL color Cylindrical-coordinate representation of color #8576AE: hue angle of 256.07º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8576AE is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 118 174 -
CMYK 0.24 0.32 0 0.32
HSL 256.07º 0.26% 0.57% -
HSV(B) 256.07º 0.32% 0.68% -
XYZ 23.79 21 42.84 -
YUV 128.87 153.47 130.95 -
System Red Green Blue C M Y K H S L
Decimal 133 118 174 0.24 0.32 0 0.32 256.07 0.26 0.57
Hex 85 76 AE 18 20 0 20 100 1A 39
Octal 205 166 256 30 40 0 40 400 32 71
Binary 10000101 1110110 10101110 11000 100000 0 100000 100000000 11010 111001

Color Harmonies of #8576AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8576AE

Black with #8576AE

Text Example


Text Example

White with #8576AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8576AE; }

 p { color: rgb(133,118,174); }

 H1.HeaderClassName
 {
   color: #8576AE;
 }
 .AnyTagClassName
 {
   color: #8576AE;
 }
</style>

background-color css

<style>
 a { background-color: #8576AE; }

 a { background-color: rgb(133,118,174); }

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

border-color css

<style>
 span { border-color: #8576AE; }

 span { border-color: rgb(133,118,174); }

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