Html Css Color HEX #8063AB Deluge

📋 copy color: '#8063AB'

red 128 ◦ green 99 ◦ blue 171

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

Shades of Deluge #8063AB

Tints of Deluge #8063AB

RGB

 RED value IS 128 (50.39% from 255) = 32.16%

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

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

R = 32.16%
G = 24.87%
B = 42.96%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8063AB (or 0x8063AB) is known color: Deluge. HEX triplet: 80, 63 and AB. RGB value is (128,99,171). Sum of RGB (Red+Green+Blue) = 128+99+171=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #8063AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8063AB is #7F9C54. Grayscale: #737373. Windows color (decimal): -8363093 or 11232128. OLE color: 11232128.

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

Color convert

RGB 128 99 171 -
CMYK 0.25 0.42 0 0.33
HSL 264.17º 0.3% 0.53% -
HSV(B) 264.17º 0.42% 0.67% -
XYZ 20.71 16.45 40.61 -
YUV 115.88 159.11 136.65 -
System Red Green Blue C M Y K H S L
Decimal 128 99 171 0.25 0.42 0 0.33 264.17 0.3 0.53
Hex 80 63 AB 19 2A 0 21 108 1E 35
Octal 200 143 253 31 52 0 41 410 36 65
Binary 10000000 1100011 10101011 11001 101010 0 100001 100001000 11110 110101

Color Harmonies of #8063AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8063AB

Black with #8063AB

Text Example


Text Example

White with #8063AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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