Html Css Color HEX #8563AA Deluge

📋 copy color: '#8563AA'

red 133 ◦ green 99 ◦ blue 170

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

Shades of Deluge #8563AA

Tints of Deluge #8563AA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.63%

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

R = 33.08%
G = 24.63%
B = 42.29%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8563AA (or 0x8563AA) is known color: Deluge. HEX triplet: 85, 63 and AA. RGB value is (133,99,170). Sum of RGB (Red+Green+Blue) = 133+99+170=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 170 - color contains mainly: blue. Hex color #8563AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8563AA is #7A9C55. Grayscale: #757575. Windows color (decimal): -8035414 or 11166597. OLE color: 11166597.

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

Color convert

RGB 133 99 170 -
CMYK 0.22 0.42 0 0.33
HSL 268.73º 0.29% 0.53% -
HSV(B) 268.73º 0.42% 0.67% -
XYZ 21.39 16.81 40.15 -
YUV 117.26 157.76 139.23 -
System Red Green Blue C M Y K H S L
Decimal 133 99 170 0.22 0.42 0 0.33 268.73 0.29 0.53
Hex 85 63 AA 16 2A 0 21 10D 1D 35
Octal 205 143 252 26 52 0 41 415 35 65
Binary 10000101 1100011 10101010 10110 101010 0 100001 100001101 11101 110101

Color Harmonies of #8563AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8563AA

Black with #8563AA

Text Example


Text Example

White with #8563AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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