Html Css Color HEX #8165AC Deluge

📋 copy color: '#8165AC'

red 129 ◦ green 101 ◦ blue 172

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

Shades of Deluge #8165AC

Tints of Deluge #8165AC

RGB

 RED value IS 129 (50.78% from 255) = 32.09%

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

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

R = 32.09%
G = 25.12%
B = 42.79%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8165AC (or 0x8165AC) is known color: Deluge. HEX triplet: 81, 65 and AC. RGB value is (129,101,172). Sum of RGB (Red+Green+Blue) = 129+101+172=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 172 - color contains mainly: blue. Hex color #8165AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8165AC is #7E9A53. Grayscale: #757575. Windows color (decimal): -8297044 or 11298177. OLE color: 11298177.

HSL color Cylindrical-coordinate representation of color #8165AC: hue angle of 263.66º 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 #8165AC is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 129 101 172 -
CMYK 0.25 0.41 0 0.33
HSL 263.66º 0.3% 0.54% -
HSV(B) 263.66º 0.41% 0.67% -
XYZ 21.15 16.95 41.19 -
YUV 117.47 158.78 136.23 -
System Red Green Blue C M Y K H S L
Decimal 129 101 172 0.25 0.41 0 0.33 263.66 0.3 0.54
Hex 81 65 AC 19 29 0 21 108 1E 36
Octal 201 145 254 31 51 0 41 410 36 66
Binary 10000001 1100101 10101100 11001 101001 0 100001 100001000 11110 110110

Color Harmonies of #8165AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8165AC

Black with #8165AC

Text Example


Text Example

White with #8165AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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