Html Css Color HEX #8175A3 Deluge

📋 copy color: '#8175A3'

red 129 ◦ green 117 ◦ blue 163

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

Shades of Deluge #8175A3

Tints of Deluge #8175A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 39.85%

R = 31.54%
G = 28.61%
B = 39.85%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8175A3 (or 0x8175A3) is known color: Deluge. HEX triplet: 81, 75 and A3. RGB value is (129,117,163). Sum of RGB (Red+Green+Blue) = 129+117+163=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 163 (64.06% from 255 or 39.85% from 409); Max value from RGB is 163 - color contains mainly: blue. Hex color #8175A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8175A3 is #7E8A5C. Grayscale: #7D7D7D. Windows color (decimal): -8292957 or 10712449. OLE color: 10712449.

HSL color Cylindrical-coordinate representation of color #8175A3: hue angle of 255.65º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8175A3 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 129 117 163 -
CMYK 0.21 0.28 0 0.36
HSL 255.65º 0.2% 0.55% -
HSV(B) 255.65º 0.28% 0.64% -
XYZ 22.03 20.03 37.36 -
YUV 125.83 148.98 130.26 -
System Red Green Blue C M Y K H S L
Decimal 129 117 163 0.21 0.28 0 0.36 255.65 0.2 0.55
Hex 81 75 A3 15 1C 0 24 100 14 37
Octal 201 165 243 25 34 0 44 400 24 67
Binary 10000001 1110101 10100011 10101 11100 0 100100 100000000 10100 110111

Color Harmonies of #8175A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8175A3

Black with #8175A3

Text Example


Text Example

White with #8175A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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