Html Css Color HEX #8175AD Deluge

📋 copy color: '#8175AD'

red 129 ◦ green 117 ◦ blue 173

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

Shades of Deluge #8175AD

Tints of Deluge #8175AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.29%

R = 30.79%
G = 27.92%
B = 41.29%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8175AD (or 0x8175AD) is known color: Deluge. HEX triplet: 81, 75 and AD. RGB value is (129,117,173). Sum of RGB (Red+Green+Blue) = 129+117+173=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #8175AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8175AD is #7E8A52. Grayscale: #7E7E7E. Windows color (decimal): -8292947 or 11367809. OLE color: 11367809.

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

Color convert

RGB 129 117 173 -
CMYK 0.25 0.32 0 0.32
HSL 252.86º 0.25% 0.57% -
HSV(B) 252.86º 0.32% 0.68% -
XYZ 22.96 20.41 42.26 -
YUV 126.97 153.98 129.45 -
System Red Green Blue C M Y K H S L
Decimal 129 117 173 0.25 0.32 0 0.32 252.86 0.25 0.57
Hex 81 75 AD 19 20 0 20 FD 19 39
Octal 201 165 255 31 40 0 40 375 31 71
Binary 10000001 1110101 10101101 11001 100000 0 100000 11111101 11001 111001

Color Harmonies of #8175AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8175AD

Black with #8175AD

Text Example


Text Example

White with #8175AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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