Html Css Color HEX #8265AC Deluge

📋 copy color: '#8265AC'

red 130 ◦ green 101 ◦ blue 172

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

Shades of Deluge #8265AC

Tints of Deluge #8265AC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.06%

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

R = 32.26%
G = 25.06%
B = 42.68%

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

#8265AC (or 0x8265AC) is known color: Deluge. HEX triplet: 82, 65 and AC. RGB value is (130,101,172). Sum of RGB (Red+Green+Blue) = 130+101+172=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 172 - color contains mainly: blue. Hex color #8265AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8265AC is #7D9A53. Grayscale: #757575. Windows color (decimal): -8231508 or 11298178. OLE color: 11298178.

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

Color convert

RGB 130 101 172 -
CMYK 0.24 0.41 0 0.33
HSL 264.51º 0.3% 0.54% -
HSV(B) 264.51º 0.41% 0.67% -
XYZ 21.31 17.03 41.19 -
YUV 117.77 158.61 136.73 -
System Red Green Blue C M Y K H S L
Decimal 130 101 172 0.24 0.41 0 0.33 264.51 0.3 0.54
Hex 82 65 AC 18 29 0 21 109 1E 36
Octal 202 145 254 30 51 0 41 411 36 66
Binary 10000010 1100101 10101100 11000 101001 0 100001 100001001 11110 110110

Color Harmonies of #8265AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8265AC

Black with #8265AC

Text Example


Text Example

White with #8265AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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