Html Css Color HEX #8566AA Deluge

📋 copy color: '#8566AA'

red 133 ◦ green 102 ◦ blue 170

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

Shades of Deluge #8566AA

Tints of Deluge #8566AA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.19%

 BLUE value IS 170 (66.8% from 255) = 41.98%

R = 32.84%
G = 25.19%
B = 41.98%

CMYK

 C value IS 0.22

 M value IS 0.4

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8566AA (or 0x8566AA) is known color: Deluge. HEX triplet: 85, 66 and AA. RGB value is (133,102,170). Sum of RGB (Red+Green+Blue) = 133+102+170=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 170 - color contains mainly: blue. Hex color #8566AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8566AA is #7A9955. Grayscale: #767676. Windows color (decimal): -8034646 or 11167365. OLE color: 11167365.

HSL color Cylindrical-coordinate representation of color #8566AA: hue angle of 267.35º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8566AA is Cyan = 0.22, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 102 170 -
CMYK 0.22 0.4 0 0.33
HSL 267.35º 0.29% 0.53% -
HSV(B) 267.35º 0.4% 0.67% -
XYZ 21.68 17.39 40.24 -
YUV 119.02 156.77 137.97 -
System Red Green Blue C M Y K H S L
Decimal 133 102 170 0.22 0.4 0 0.33 267.35 0.29 0.53
Hex 85 66 AA 16 28 0 21 10B 1D 35
Octal 205 146 252 26 50 0 41 413 35 65
Binary 10000101 1100110 10101010 10110 101000 0 100001 100001011 11101 110101

Color Harmonies of #8566AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8566AA

Black with #8566AA

Text Example


Text Example

White with #8566AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8566AA; }

 p { color: rgb(133,102,170); }

 H1.HeaderClassName
 {
   color: #8566AA;
 }
 .AnyTagClassName
 {
   color: #8566AA;
 }
</style>

background-color css

<style>
 a { background-color: #8566AA; }

 a { background-color: rgb(133,102,170); }

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

border-color css

<style>
 span { border-color: #8566AA; }

 span { border-color: rgb(133,102,170); }

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