Html Css Color HEX #8463AC Deluge

📋 copy color: '#8463AC'

red 132 ◦ green 99 ◦ blue 172

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

Shades of Deluge #8463AC

Tints of Deluge #8463AC

RGB

 RED value IS 132 (51.95% from 255) = 32.75%

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

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

R = 32.75%
G = 24.57%
B = 42.68%

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

#8463AC (or 0x8463AC) is known color: Deluge. HEX triplet: 84, 63 and AC. RGB value is (132,99,172). Sum of RGB (Red+Green+Blue) = 132+99+172=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 172 - color contains mainly: blue. Hex color #8463AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8463AC is #7B9C53. Grayscale: #747474. Windows color (decimal): -8100948 or 11297668. OLE color: 11297668.

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

Color convert

RGB 132 99 172 -
CMYK 0.23 0.42 0 0.33
HSL 267.12º 0.31% 0.53% -
HSV(B) 267.12º 0.42% 0.67% -
XYZ 21.42 16.81 41.14 -
YUV 117.19 158.93 138.56 -
System Red Green Blue C M Y K H S L
Decimal 132 99 172 0.23 0.42 0 0.33 267.12 0.31 0.53
Hex 84 63 AC 17 2A 0 21 10B 1F 35
Octal 204 143 254 27 52 0 41 413 37 65
Binary 10000100 1100011 10101100 10111 101010 0 100001 100001011 11111 110101

Color Harmonies of #8463AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8463AC

Black with #8463AC

Text Example


Text Example

White with #8463AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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