Html Css Color HEX #8073AA Deluge

📋 copy color: '#8073AA'

red 128 ◦ green 115 ◦ blue 170

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

Shades of Deluge #8073AA

Tints of Deluge #8073AA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.85%

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

R = 30.99%
G = 27.85%
B = 41.16%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8073AA (or 0x8073AA) is known color: Deluge. HEX triplet: 80, 73 and AA. RGB value is (128,115,170). Sum of RGB (Red+Green+Blue) = 128+115+170=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 170 - color contains mainly: blue. Hex color #8073AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8073AA is #7F8C55. Grayscale: #7C7C7C. Windows color (decimal): -8358998 or 11170688. OLE color: 11170688.

HSL color Cylindrical-coordinate representation of color #8073AA: hue angle of 254.18º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8073AA is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 115 170 -
CMYK 0.25 0.32 0 0.33
HSL 254.18º 0.24% 0.56% -
HSV(B) 254.18º 0.32% 0.67% -
XYZ 22.29 19.75 40.67 -
YUV 125.16 153.31 130.03 -
System Red Green Blue C M Y K H S L
Decimal 128 115 170 0.25 0.32 0 0.33 254.18 0.24 0.56
Hex 80 73 AA 19 20 0 21 FE 18 38
Octal 200 163 252 31 40 0 41 376 30 70
Binary 10000000 1110011 10101010 11001 100000 0 100001 11111110 11000 111000

Color Harmonies of #8073AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8073AA

Black with #8073AA

Text Example


Text Example

White with #8073AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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