Html Css Color HEX #8575AB Deluge

📋 copy color: '#8575AB'

red 133 ◦ green 117 ◦ blue 171

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

Shades of Deluge #8575AB

Tints of Deluge #8575AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.62%

R = 31.59%
G = 27.79%
B = 40.62%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8575AB (or 0x8575AB) is known color: Deluge. HEX triplet: 85, 75 and AB. RGB value is (133,117,171). Sum of RGB (Red+Green+Blue) = 133+117+171=421 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.59% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 171 - color contains mainly: blue. Hex color #8575AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8575AB is #7A8A54. Grayscale: #7F7F7F. Windows color (decimal): -8030805 or 11236741. OLE color: 11236741.

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

Color convert

RGB 133 117 171 -
CMYK 0.22 0.32 0 0.33
HSL 257.78º 0.24% 0.56% -
HSV(B) 257.78º 0.32% 0.67% -
XYZ 23.38 20.65 41.28 -
YUV 127.94 152.3 131.61 -
System Red Green Blue C M Y K H S L
Decimal 133 117 171 0.22 0.32 0 0.33 257.78 0.24 0.56
Hex 85 75 AB 16 20 0 21 102 18 38
Octal 205 165 253 26 40 0 41 402 30 70
Binary 10000101 1110101 10101011 10110 100000 0 100001 100000010 11000 111000

Color Harmonies of #8575AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8575AB

Black with #8575AB

Text Example


Text Example

White with #8575AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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