Html Css Color HEX #8264AA Deluge

📋 copy color: '#8264AA'

red 130 ◦ green 100 ◦ blue 170

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

Shades of Deluge #8264AA

Tints of Deluge #8264AA

RGB

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

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

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

R = 32.5%
G = 25%
B = 42.5%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8264AA (or 0x8264AA) is known color: Deluge. HEX triplet: 82, 64 and AA. RGB value is (130,100,170). Sum of RGB (Red+Green+Blue) = 130+100+170=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #8264AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8264AA is #7D9B55. Grayscale: #747474. Windows color (decimal): -8231766 or 11166850. OLE color: 11166850.

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

Color convert

RGB 130 100 170 -
CMYK 0.24 0.41 0 0.33
HSL 265.71º 0.29% 0.53% -
HSV(B) 265.71º 0.41% 0.67% -
XYZ 21.02 16.76 40.16 -
YUV 116.95 157.94 137.31 -
System Red Green Blue C M Y K H S L
Decimal 130 100 170 0.24 0.41 0 0.33 265.71 0.29 0.53
Hex 82 64 AA 18 29 0 21 10A 1D 35
Octal 202 144 252 30 51 0 41 412 35 65
Binary 10000010 1100100 10101010 11000 101001 0 100001 100001010 11101 110101

Color Harmonies of #8264AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8264AA

Black with #8264AA

Text Example


Text Example

White with #8264AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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