Html Css Color HEX #8463AB Deluge

📋 copy color: '#8463AB'

red 132 ◦ green 99 ◦ blue 171

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

Shades of Deluge #8463AB

Tints of Deluge #8463AB

RGB

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

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

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

R = 32.84%
G = 24.63%
B = 42.54%

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

#8463AB (or 0x8463AB) is known color: Deluge. HEX triplet: 84, 63 and AB. RGB value is (132,99,171). Sum of RGB (Red+Green+Blue) = 132+99+171=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #8463AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8463AB is #7B9C54. Grayscale: #747474. Windows color (decimal): -8100949 or 11232132. OLE color: 11232132.

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

Color convert

RGB 132 99 171 -
CMYK 0.23 0.42 0 0.33
HSL 267.5º 0.3% 0.53% -
HSV(B) 267.5º 0.42% 0.67% -
XYZ 21.33 16.77 40.64 -
YUV 117.08 158.43 138.65 -
System Red Green Blue C M Y K H S L
Decimal 132 99 171 0.23 0.42 0 0.33 267.5 0.3 0.53
Hex 84 63 AB 17 2A 0 21 10C 1E 35
Octal 204 143 253 27 52 0 41 414 36 65
Binary 10000100 1100011 10101011 10111 101010 0 100001 100001100 11110 110101

Color Harmonies of #8463AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8463AB

Black with #8463AB

Text Example


Text Example

White with #8463AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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