Html Css Color HEX #8172AC Deluge

📋 copy color: '#8172AC'

red 129 ◦ green 114 ◦ blue 172

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

Shades of Deluge #8172AC

Tints of Deluge #8172AC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.47%

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

R = 31.08%
G = 27.47%
B = 41.45%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8172AC (or 0x8172AC) is known color: Deluge. HEX triplet: 81, 72 and AC. RGB value is (129,114,172). Sum of RGB (Red+Green+Blue) = 129+114+172=415 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.08% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #8172AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8172AC is #7E8D53. Grayscale: #7C7C7C. Windows color (decimal): -8293716 or 11301505. OLE color: 11301505.

HSL color Cylindrical-coordinate representation of color #8172AC: hue angle of 255.52º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8172AC is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 129 114 172 -
CMYK 0.25 0.34 0 0.33
HSL 255.52º 0.26% 0.56% -
HSV(B) 255.52º 0.34% 0.67% -
XYZ 22.52 19.68 41.64 -
YUV 125.1 154.47 130.78 -
System Red Green Blue C M Y K H S L
Decimal 129 114 172 0.25 0.34 0 0.33 255.52 0.26 0.56
Hex 81 72 AC 19 22 0 21 100 1A 38
Octal 201 162 254 31 42 0 41 400 32 70
Binary 10000001 1110010 10101100 11001 100010 0 100001 100000000 11010 111000

Color Harmonies of #8172AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8172AC

Black with #8172AC

Text Example


Text Example

White with #8172AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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