Html Css Color HEX #8563AC Deluge

📋 copy color: '#8563AC'

red 133 ◦ green 99 ◦ blue 172

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

Shades of Deluge #8563AC

Tints of Deluge #8563AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.57%

R = 32.92%
G = 24.5%
B = 42.57%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8563AC (or 0x8563AC) is known color: Deluge. HEX triplet: 85, 63 and AC. RGB value is (133,99,172). Sum of RGB (Red+Green+Blue) = 133+99+172=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #8563AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8563AC is #7A9C53. Grayscale: #757575. Windows color (decimal): -8035412 or 11297669. OLE color: 11297669.

HSL color Cylindrical-coordinate representation of color #8563AC: hue angle of 267.95º degrees, saturation: 0.31, 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 #8563AC is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 99 172 -
CMYK 0.23 0.42 0 0.33
HSL 267.95º 0.31% 0.53% -
HSV(B) 267.95º 0.42% 0.67% -
XYZ 21.58 16.89 41.15 -
YUV 117.49 158.76 139.06 -
System Red Green Blue C M Y K H S L
Decimal 133 99 172 0.23 0.42 0 0.33 267.95 0.31 0.53
Hex 85 63 AC 17 2A 0 21 10C 1F 35
Octal 205 143 254 27 52 0 41 414 37 65
Binary 10000101 1100011 10101100 10111 101010 0 100001 100001100 11111 110101

Color Harmonies of #8563AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8563AC

Black with #8563AC

Text Example


Text Example

White with #8563AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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