Html Css Color HEX #8575AE Deluge

📋 copy color: '#8575AE'

red 133 ◦ green 117 ◦ blue 174

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

Shades of Deluge #8575AE

Tints of Deluge #8575AE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.59%

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

R = 31.37%
G = 27.59%
B = 41.04%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8575AE (or 0x8575AE) is known color: Deluge. HEX triplet: 85, 75 and AE. RGB value is (133,117,174). Sum of RGB (Red+Green+Blue) = 133+117+174=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 174 - color contains mainly: blue. Hex color #8575AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8575AE is #7A8A51. Grayscale: #808080. Windows color (decimal): -8030802 or 11433349. OLE color: 11433349.

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

Color convert

RGB 133 117 174 -
CMYK 0.24 0.33 0 0.32
HSL 256.84º 0.26% 0.57% -
HSV(B) 256.84º 0.33% 0.68% -
XYZ 23.67 20.77 42.8 -
YUV 128.28 153.8 131.37 -
System Red Green Blue C M Y K H S L
Decimal 133 117 174 0.24 0.33 0 0.32 256.84 0.26 0.57
Hex 85 75 AE 18 21 0 20 101 1A 39
Octal 205 165 256 30 41 0 40 401 32 71
Binary 10000101 1110101 10101110 11000 100001 0 100000 100000001 11010 111001

Color Harmonies of #8575AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8575AE

Black with #8575AE

Text Example


Text Example

White with #8575AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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