Html Css Color HEX #8260AB Deluge

📋 copy color: '#8260AB'

red 130 ◦ green 96 ◦ blue 171

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

Shades of Deluge #8260AB

Tints of Deluge #8260AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.07%

R = 32.75%
G = 24.18%
B = 43.07%

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

#8260AB (or 0x8260AB) is known color: Deluge. HEX triplet: 82, 60 and AB. RGB value is (130,96,171). Sum of RGB (Red+Green+Blue) = 130+96+171=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #8260AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8260AB is #7D9F54. Grayscale: #727272. Windows color (decimal): -8232789 or 11231362. OLE color: 11231362.

HSL color Cylindrical-coordinate representation of color #8260AB: hue angle of 267.2º degrees, saturation: 0.31, 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 #8260AB is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 96 171 -
CMYK 0.24 0.44 0 0.33
HSL 267.2º 0.31% 0.52% -
HSV(B) 267.2º 0.44% 0.67% -
XYZ 20.74 16.05 40.53 -
YUV 114.72 159.76 138.9 -
System Red Green Blue C M Y K H S L
Decimal 130 96 171 0.24 0.44 0 0.33 267.2 0.31 0.52
Hex 82 60 AB 18 2C 0 21 10B 1F 34
Octal 202 140 253 30 54 0 41 413 37 64
Binary 10000010 1100000 10101011 11000 101100 0 100001 100001011 11111 110100

Color Harmonies of #8260AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8260AB

Black with #8260AB

Text Example


Text Example

White with #8260AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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