Html Css Color HEX #8067AA Deluge

📋 copy color: '#8067AA'

red 128 ◦ green 103 ◦ blue 170

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

Shades of Deluge #8067AA

Tints of Deluge #8067AA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.69%

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

R = 31.92%
G = 25.69%
B = 42.39%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8067AA (or 0x8067AA) is known color: Deluge. HEX triplet: 80, 67 and AA. RGB value is (128,103,170). Sum of RGB (Red+Green+Blue) = 128+103+170=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #8067AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8067AA is #7F9855. Grayscale: #757575. Windows color (decimal): -8362070 or 11167616. OLE color: 11167616.

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

Color convert

RGB 128 103 170 -
CMYK 0.25 0.39 0 0.33
HSL 262.39º 0.28% 0.54% -
HSV(B) 262.39º 0.39% 0.67% -
XYZ 21.01 17.19 40.24 -
YUV 118.11 157.28 135.05 -
System Red Green Blue C M Y K H S L
Decimal 128 103 170 0.25 0.39 0 0.33 262.39 0.28 0.54
Hex 80 67 AA 19 27 0 21 106 1C 36
Octal 200 147 252 31 47 0 41 406 34 66
Binary 10000000 1100111 10101010 11001 100111 0 100001 100000110 11100 110110

Color Harmonies of #8067AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8067AA

Black with #8067AA

Text Example


Text Example

White with #8067AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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