Html Css Color HEX #8260AC Deluge

📋 copy color: '#8260AC'

red 130 ◦ green 96 ◦ blue 172

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

Shades of Deluge #8260AC

Tints of Deluge #8260AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.22%

R = 32.66%
G = 24.12%
B = 43.22%

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

#8260AC (or 0x8260AC) is known color: Deluge. HEX triplet: 82, 60 and AC. RGB value is (130,96,172). Sum of RGB (Red+Green+Blue) = 130+96+172=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #8260AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8260AC is #7D9F53. Grayscale: #727272. Windows color (decimal): -8232788 or 11296898. OLE color: 11296898.

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

Color convert

RGB 130 96 172 -
CMYK 0.24 0.44 0 0.33
HSL 266.84º 0.31% 0.53% -
HSV(B) 266.84º 0.44% 0.67% -
XYZ 20.84 16.09 41.04 -
YUV 114.83 160.26 138.82 -
System Red Green Blue C M Y K H S L
Decimal 130 96 172 0.24 0.44 0 0.33 266.84 0.31 0.53
Hex 82 60 AC 18 2C 0 21 10B 1F 35
Octal 202 140 254 30 54 0 41 413 37 65
Binary 10000010 1100000 10101100 11000 101100 0 100001 100001011 11111 110101

Color Harmonies of #8260AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8260AC

Black with #8260AC

Text Example


Text Example

White with #8260AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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