Html Css Color HEX #8264AB Deluge

📋 copy color: '#8264AB'

red 130 ◦ green 100 ◦ blue 171

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

Shades of Deluge #8264AB

Tints of Deluge #8264AB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.94%

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

R = 32.42%
G = 24.94%
B = 42.64%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8264AB (or 0x8264AB) is known color: Deluge. HEX triplet: 82, 64 and AB. RGB value is (130,100,171). Sum of RGB (Red+Green+Blue) = 130+100+171=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #8264AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8264AB is #7D9B54. Grayscale: #747474. Windows color (decimal): -8231765 or 11232386. OLE color: 11232386.

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

Color convert

RGB 130 100 171 -
CMYK 0.24 0.42 0 0.33
HSL 265.35º 0.3% 0.53% -
HSV(B) 265.35º 0.42% 0.67% -
XYZ 21.11 16.8 40.66 -
YUV 117.06 158.44 137.23 -
System Red Green Blue C M Y K H S L
Decimal 130 100 171 0.24 0.42 0 0.33 265.35 0.3 0.53
Hex 82 64 AB 18 2A 0 21 109 1E 35
Octal 202 144 253 30 52 0 41 411 36 65
Binary 10000010 1100100 10101011 11000 101010 0 100001 100001001 11110 110101

Color Harmonies of #8264AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8264AB

Black with #8264AB

Text Example


Text Example

White with #8264AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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