Html Css Color HEX #8175AC Deluge

📋 copy color: '#8175AC'

red 129 ◦ green 117 ◦ blue 172

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

Shades of Deluge #8175AC

Tints of Deluge #8175AC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.99%

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

R = 30.86%
G = 27.99%
B = 41.15%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8175AC (or 0x8175AC) is known color: Deluge. HEX triplet: 81, 75 and AC. RGB value is (129,117,172). Sum of RGB (Red+Green+Blue) = 129+117+172=418 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.86% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 172 - color contains mainly: blue. Hex color #8175AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8175AC is #7E8A53. Grayscale: #7E7E7E. Windows color (decimal): -8292948 or 11302273. OLE color: 11302273.

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

Color convert

RGB 129 117 172 -
CMYK 0.25 0.32 0 0.33
HSL 253.09º 0.25% 0.57% -
HSV(B) 253.09º 0.32% 0.67% -
XYZ 22.86 20.37 41.76 -
YUV 126.86 153.48 129.53 -
System Red Green Blue C M Y K H S L
Decimal 129 117 172 0.25 0.32 0 0.33 253.09 0.25 0.57
Hex 81 75 AC 19 20 0 21 FD 19 39
Octal 201 165 254 31 40 0 41 375 31 71
Binary 10000001 1110101 10101100 11001 100000 0 100001 11111101 11001 111001

Color Harmonies of #8175AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8175AC

Black with #8175AC

Text Example


Text Example

White with #8175AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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