Html Css Color HEX #8173AF Deluge

📋 copy color: '#8173AF'

red 129 ◦ green 115 ◦ blue 175

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

Shades of Deluge #8173AF

Tints of Deluge #8173AF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.45%

 BLUE value IS 175 (68.75% from 255) = 41.77%

R = 30.79%
G = 27.45%
B = 41.77%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8173AF (or 0x8173AF) is known color: Deluge. HEX triplet: 81, 73 and AF. RGB value is (129,115,175). Sum of RGB (Red+Green+Blue) = 129+115+175=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #8173AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8173AF is #7E8C50. Grayscale: #7D7D7D. Windows color (decimal): -8293457 or 11498369. OLE color: 11498369.

HSL color Cylindrical-coordinate representation of color #8173AF: hue angle of 254º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8173AF is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 129 115 175 -
CMYK 0.26 0.34 0 0.31
HSL 254º 0.27% 0.57% -
HSV(B) 254º 0.34% 0.69% -
XYZ 22.92 20.02 43.21 -
YUV 126.03 155.64 130.12 -
System Red Green Blue C M Y K H S L
Decimal 129 115 175 0.26 0.34 0 0.31 254 0.27 0.57
Hex 81 73 AF 1A 22 0 1F FE 1B 39
Octal 201 163 257 32 42 0 37 376 33 71
Binary 10000001 1110011 10101111 11010 100010 0 11111 11111110 11011 111001

Color Harmonies of #8173AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8173AF

Black with #8173AF

Text Example


Text Example

White with #8173AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8173AF; }

 p { color: rgb(129,115,175); }

 H1.HeaderClassName
 {
   color: #8173AF;
 }
 .AnyTagClassName
 {
   color: #8173AF;
 }
</style>

background-color css

<style>
 a { background-color: #8173AF; }

 a { background-color: rgb(129,115,175); }

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

border-color css

<style>
 span { border-color: #8173AF; }

 span { border-color: rgb(129,115,175); }

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