Html Css Color HEX #8261AA Deluge

📋 copy color: '#8261AA'

red 130 ◦ green 97 ◦ blue 170

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

Shades of Deluge #8261AA

Tints of Deluge #8261AA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.43%

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

R = 32.75%
G = 24.43%
B = 42.82%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8261AA (or 0x8261AA) is known color: Deluge. HEX triplet: 82, 61 and AA. RGB value is (130,97,170). Sum of RGB (Red+Green+Blue) = 130+97+170=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #8261AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8261AA is #7D9E55. Grayscale: #727272. Windows color (decimal): -8232534 or 11166082. OLE color: 11166082.

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

Color convert

RGB 130 97 170 -
CMYK 0.24 0.43 0 0.33
HSL 267.12º 0.3% 0.52% -
HSV(B) 267.12º 0.43% 0.67% -
XYZ 20.74 16.2 40.06 -
YUV 115.19 158.93 138.56 -
System Red Green Blue C M Y K H S L
Decimal 130 97 170 0.24 0.43 0 0.33 267.12 0.3 0.52
Hex 82 61 AA 18 2B 0 21 10B 1E 34
Octal 202 141 252 30 53 0 41 413 36 64
Binary 10000010 1100001 10101010 11000 101011 0 100001 100001011 11110 110100

Color Harmonies of #8261AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8261AA

Black with #8261AA

Text Example


Text Example

White with #8261AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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