Html Css Color HEX #8260AA Deluge

📋 copy color: '#8260AA'

red 130 ◦ green 96 ◦ blue 170

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

Shades of Deluge #8260AA

Tints of Deluge #8260AA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.24%

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

R = 32.83%
G = 24.24%
B = 42.93%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8260AA (or 0x8260AA) is known color: Deluge. HEX triplet: 82, 60 and AA. RGB value is (130,96,170). Sum of RGB (Red+Green+Blue) = 130+96+170=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #8260AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8260AA is #7D9F55. Grayscale: #727272. Windows color (decimal): -8232790 or 11165826. OLE color: 11165826.

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

Color convert

RGB 130 96 170 -
CMYK 0.24 0.44 0 0.33
HSL 267.57º 0.3% 0.52% -
HSV(B) 267.57º 0.44% 0.67% -
XYZ 20.64 16.01 40.03 -
YUV 114.6 159.26 138.98 -
System Red Green Blue C M Y K H S L
Decimal 130 96 170 0.24 0.44 0 0.33 267.57 0.3 0.52
Hex 82 60 AA 18 2C 0 21 10C 1E 34
Octal 202 140 252 30 54 0 41 414 36 64
Binary 10000010 1100000 10101010 11000 101100 0 100001 100001100 11110 110100

Color Harmonies of #8260AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8260AA

Black with #8260AA

Text Example


Text Example

White with #8260AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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