Html Css Color HEX #8073AB Deluge

📋 copy color: '#8073AB'

red 128 ◦ green 115 ◦ blue 171

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

Shades of Deluge #8073AB

Tints of Deluge #8073AB

RGB

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

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

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

R = 30.92%
G = 27.78%
B = 41.3%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8073AB (or 0x8073AB) is known color: Deluge. HEX triplet: 80, 73 and AB. RGB value is (128,115,171). Sum of RGB (Red+Green+Blue) = 128+115+171=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #8073AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8073AB is #7F8C54. Grayscale: #7D7D7D. Windows color (decimal): -8358997 or 11236224. OLE color: 11236224.

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

Color convert

RGB 128 115 171 -
CMYK 0.25 0.33 0 0.33
HSL 253.93º 0.25% 0.56% -
HSV(B) 253.93º 0.33% 0.67% -
XYZ 22.38 19.79 41.17 -
YUV 125.27 153.81 129.95 -
System Red Green Blue C M Y K H S L
Decimal 128 115 171 0.25 0.33 0 0.33 253.93 0.25 0.56
Hex 80 73 AB 19 21 0 21 FE 19 38
Octal 200 163 253 31 41 0 41 376 31 70
Binary 10000000 1110011 10101011 11001 100001 0 100001 11111110 11001 111000

Color Harmonies of #8073AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8073AB

Black with #8073AB

Text Example


Text Example

White with #8073AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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