Html Css Color HEX #8063AA Deluge

📋 copy color: '#8063AA'

red 128 ◦ green 99 ◦ blue 170

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

Shades of Deluge #8063AA

Tints of Deluge #8063AA

RGB

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

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

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

R = 32.24%
G = 24.94%
B = 42.82%

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

#8063AA (or 0x8063AA) is known color: Deluge. HEX triplet: 80, 63 and AA. RGB value is (128,99,170). Sum of RGB (Red+Green+Blue) = 128+99+170=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #8063AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8063AA is #7F9C55. Grayscale: #737373. Windows color (decimal): -8363094 or 11166592. OLE color: 11166592.

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

Color convert

RGB 128 99 170 -
CMYK 0.25 0.42 0 0.33
HSL 264.51º 0.29% 0.53% -
HSV(B) 264.51º 0.42% 0.67% -
XYZ 20.62 16.42 40.11 -
YUV 115.77 158.61 136.73 -
System Red Green Blue C M Y K H S L
Decimal 128 99 170 0.25 0.42 0 0.33 264.51 0.29 0.53
Hex 80 63 AA 19 2A 0 21 109 1D 35
Octal 200 143 252 31 52 0 41 411 35 65
Binary 10000000 1100011 10101010 11001 101010 0 100001 100001001 11101 110101

Color Harmonies of #8063AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8063AA

Black with #8063AA

Text Example


Text Example

White with #8063AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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