Html Css Color HEX #8271AA Deluge

📋 copy color: '#8271AA'

red 130 ◦ green 113 ◦ blue 170

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

Shades of Deluge #8271AA

Tints of Deluge #8271AA

RGB

 RED value IS 130 (51.17% from 255) = 31.48%

 GREEN value IS 113 (44.53% from 255) = 27.36%

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

R = 31.48%
G = 27.36%
B = 41.16%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8271AA (or 0x8271AA) is known color: Deluge. HEX triplet: 82, 71 and AA. RGB value is (130,113,170). Sum of RGB (Red+Green+Blue) = 130+113+170=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 113 (44.53% from 255 or 27.36% 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 #8271AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8271AA is #7D8E55. Grayscale: #7C7C7C. Windows color (decimal): -8228438 or 11170178. OLE color: 11170178.

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

Color convert

RGB 130 113 170 -
CMYK 0.24 0.34 0 0.33
HSL 257.89º 0.25% 0.55% -
HSV(B) 257.89º 0.34% 0.67% -
XYZ 22.37 19.46 40.61 -
YUV 124.58 153.63 131.87 -
System Red Green Blue C M Y K H S L
Decimal 130 113 170 0.24 0.34 0 0.33 257.89 0.25 0.55
Hex 82 71 AA 18 22 0 21 102 19 37
Octal 202 161 252 30 42 0 41 402 31 67
Binary 10000010 1110001 10101010 11000 100010 0 100001 100000010 11001 110111

Color Harmonies of #8271AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8271AA

Black with #8271AA

Text Example


Text Example

White with #8271AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,113,170); }

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

background-color css

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

 a { background-color: rgb(130,113,170); }

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

border-color css

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

 span { border-color: rgb(130,113,170); }

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