Html Css Color HEX #8B147C Dark Purple

📋 copy color: '#8B147C'

red 139 ◦ green 20 ◦ blue 124

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

Shades of Dark Purple #8B147C

Tints of Dark Purple #8B147C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.07%

 BLUE value IS 124 (48.83% from 255) = 43.82%

R = 49.12%
G = 7.07%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8B147C (or 0x8B147C) is known color: Dark Purple. HEX triplet: 8B, 14 and 7C. RGB value is (139,20,124). Sum of RGB (Red+Green+Blue) = 139+20+124=283 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.12% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 139 - color contains mainly: red. Hex color #8B147C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B147C is #74EB83. Grayscale: #434343. Windows color (decimal): -7662468 or 8131723. OLE color: 8131723.

HSL color Cylindrical-coordinate representation of color #8B147C: hue angle of 307.56º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B147C is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 20 124 -
CMYK 0 0.86 0.11 0.45
HSL 307.56º 0.75% 0.31% -
HSV(B) 307.56º 0.86% 0.55% -
XYZ 14.54 7.44 19.74 -
YUV 67.44 159.92 179.04 -
System Red Green Blue C M Y K H S L
Decimal 139 20 124 0 0.86 0.11 0.45 307.56 0.75 0.31
Hex 8B 14 7C 0 56 B 2D 134 4B 1F
Octal 213 24 174 0 126 13 55 464 113 37
Binary 10001011 10100 1111100 0 1010110 1011 101101 100110100 1001011 11111

Color Harmonies of #8B147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B147C

Black with #8B147C

Text Example


Text Example

White with #8B147C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,20,124); }

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

background-color css

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

 a { background-color: rgb(139,20,124); }

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

border-color css

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

 span { border-color: rgb(139,20,124); }

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