Html Css Color HEX #8B71AD Deluge

📋 copy color: '#8B71AD'

red 139 ◦ green 113 ◦ blue 173

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

Shades of Deluge #8B71AD

Tints of Deluge #8B71AD

RGB

 RED value IS 139 (54.69% from 255) = 32.71%

 GREEN value IS 113 (44.53% from 255) = 26.59%

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

R = 32.71%
G = 26.59%
B = 40.71%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8B71AD (or 0x8B71AD) is known color: Deluge. HEX triplet: 8B, 71 and AD. RGB value is (139,113,173). Sum of RGB (Red+Green+Blue) = 139+113+173=425 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.71% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #8B71AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B71AD is #748E52. Grayscale: #7F7F7F. Windows color (decimal): -7638611 or 11366795. OLE color: 11366795.

HSL color Cylindrical-coordinate representation of color #8B71AD: hue angle of 266º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B71AD is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 139 113 173 -
CMYK 0.20 0.35 0 0.32
HSL 266º 0.27% 0.56% -
HSV(B) 266º 0.35% 0.68% -
XYZ 24.1 20.32 42.19 -
YUV 127.61 153.61 136.12 -
System Red Green Blue C M Y K H S L
Decimal 139 113 173 0.20 0.35 0 0.32 266 0.27 0.56
Hex 8B 71 AD 14 23 0 20 10A 1B 38
Octal 213 161 255 24 43 0 40 412 33 70
Binary 10001011 1110001 10101101 10100 100011 0 100000 100001010 11011 111000

Color Harmonies of #8B71AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B71AD

Black with #8B71AD

Text Example


Text Example

White with #8B71AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B71AD; }

 p { color: rgb(139,113,173); }

 H1.HeaderClassName
 {
   color: #8B71AD;
 }
 .AnyTagClassName
 {
   color: #8B71AD;
 }
</style>

background-color css

<style>
 a { background-color: #8B71AD; }

 a { background-color: rgb(139,113,173); }

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

border-color css

<style>
 span { border-color: #8B71AD; }

 span { border-color: rgb(139,113,173); }

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