Html Css Color HEX #8B76AD Deluge

📋 copy color: '#8B76AD'

red 139 ◦ green 118 ◦ blue 173

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

Shades of Deluge #8B76AD

Tints of Deluge #8B76AD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.44%

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

R = 32.33%
G = 27.44%
B = 40.23%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8B76AD (or 0x8B76AD) is known color: Deluge. HEX triplet: 8B, 76 and AD. RGB value is (139,118,173). Sum of RGB (Red+Green+Blue) = 139+118+173=430 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.33% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #8B76AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B76AD is #748952. Grayscale: #828282. Windows color (decimal): -7637331 or 11368075. OLE color: 11368075.

HSL color Cylindrical-coordinate representation of color #8B76AD: hue angle of 262.91º 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 #8B76AD is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 139 118 173 -
CMYK 0.20 0.32 0 0.32
HSL 262.91º 0.25% 0.57% -
HSV(B) 262.91º 0.32% 0.68% -
XYZ 24.67 21.46 42.38 -
YUV 130.55 151.96 134.03 -
System Red Green Blue C M Y K H S L
Decimal 139 118 173 0.20 0.32 0 0.32 262.91 0.25 0.57
Hex 8B 76 AD 14 20 0 20 107 19 39
Octal 213 166 255 24 40 0 40 407 31 71
Binary 10001011 1110110 10101101 10100 100000 0 100000 100000111 11001 111001

Color Harmonies of #8B76AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B76AD

Black with #8B76AD

Text Example


Text Example

White with #8B76AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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