Html Css Color HEX #8572A5 Deluge

📋 copy color: '#8572A5'

red 133 ◦ green 114 ◦ blue 165

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

Shades of Deluge #8572A5

Tints of Deluge #8572A5

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.67%

 BLUE value IS 165 (64.84% from 255) = 40.05%

R = 32.28%
G = 27.67%
B = 40.05%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#8572A5 (or 0x8572A5) is known color: Deluge. HEX triplet: 85, 72 and A5. RGB value is (133,114,165). Sum of RGB (Red+Green+Blue) = 133+114+165=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 165 (64.84% from 255 or 40.05% from 412); Max value from RGB is 165 - color contains mainly: blue. Hex color #8572A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8572A5 is #7A8D5A. Grayscale: #7D7D7D. Windows color (decimal): -8031579 or 10842757. OLE color: 10842757.

HSL color Cylindrical-coordinate representation of color #8572A5: hue angle of 262.35º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8572A5 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 133 114 165 -
CMYK 0.19 0.31 0 0.35
HSL 262.35º 0.22% 0.55% -
HSV(B) 262.35º 0.31% 0.65% -
XYZ 22.48 19.74 38.22 -
YUV 125.5 150.29 133.35 -
System Red Green Blue C M Y K H S L
Decimal 133 114 165 0.19 0.31 0 0.35 262.35 0.22 0.55
Hex 85 72 A5 13 1F 0 23 106 16 37
Octal 205 162 245 23 37 0 43 406 26 67
Binary 10000101 1110010 10100101 10011 11111 0 100011 100000110 10110 110111

Color Harmonies of #8572A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8572A5

Black with #8572A5

Text Example


Text Example

White with #8572A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8572A5; }

 p { color: rgb(133,114,165); }

 H1.HeaderClassName
 {
   color: #8572A5;
 }
 .AnyTagClassName
 {
   color: #8572A5;
 }
</style>

background-color css

<style>
 a { background-color: #8572A5; }

 a { background-color: rgb(133,114,165); }

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

border-color css

<style>
 span { border-color: #8572A5; }

 span { border-color: rgb(133,114,165); }

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