Html Css Color HEX #8271AE Deluge

📋 copy color: '#8271AE'

red 130 ◦ green 113 ◦ blue 174

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

Shades of Deluge #8271AE

Tints of Deluge #8271AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.73%

R = 31.18%
G = 27.1%
B = 41.73%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8271AE (or 0x8271AE) is known color: Deluge. HEX triplet: 82, 71 and AE. RGB value is (130,113,174). Sum of RGB (Red+Green+Blue) = 130+113+174=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #8271AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8271AE is #7D8E51. Grayscale: #7C7C7C. Windows color (decimal): -8228434 or 11432322. OLE color: 11432322.

HSL color Cylindrical-coordinate representation of color #8271AE: hue angle of 256.72º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8271AE is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 113 174 -
CMYK 0.25 0.35 0 0.32
HSL 256.72º 0.27% 0.56% -
HSV(B) 256.72º 0.35% 0.68% -
XYZ 22.75 19.61 42.63 -
YUV 125.04 155.63 131.54 -
System Red Green Blue C M Y K H S L
Decimal 130 113 174 0.25 0.35 0 0.32 256.72 0.27 0.56
Hex 82 71 AE 19 23 0 20 101 1B 38
Octal 202 161 256 31 43 0 40 401 33 70
Binary 10000010 1110001 10101110 11001 100011 0 100000 100000001 11011 111000

Color Harmonies of #8271AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8271AE

Black with #8271AE

Text Example


Text Example

White with #8271AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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