Html Css Color HEX #8B4176 Dark Purple

📋 copy color: '#8B4176'

red 139 ◦ green 65 ◦ blue 118

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

Shades of Dark Purple #8B4176

Tints of Dark Purple #8B4176

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.19%

 BLUE value IS 118 (46.48% from 255) = 36.65%

R = 43.17%
G = 20.19%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#8B4176 (or 0x8B4176) is known color: Dark Purple. HEX triplet: 8B, 41 and 76. RGB value is (139,65,118). Sum of RGB (Red+Green+Blue) = 139+65+118=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4176 is #74BE89. Grayscale: #5D5D5D. Windows color (decimal): -7650954 or 7750027. OLE color: 7750027.

HSL color Cylindrical-coordinate representation of color #8B4176: hue angle of 317.03º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B4176 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 65 118 -
CMYK 0 0.53 0.15 0.45
HSL 317.03º 0.36% 0.4% -
HSV(B) 317.03º 0.53% 0.55% -
XYZ 15.81 10.58 18.35 -
YUV 93.17 142.02 160.69 -
System Red Green Blue C M Y K H S L
Decimal 139 65 118 0 0.53 0.15 0.45 317.03 0.36 0.4
Hex 8B 41 76 0 35 F 2D 13D 24 28
Octal 213 101 166 0 65 17 55 475 44 50
Binary 10001011 1000001 1110110 0 110101 1111 101101 100111101 100100 101000

Color Harmonies of #8B4176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4176

Black with #8B4176

Text Example


Text Example

White with #8B4176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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