Html Css Color HEX #8B147F Dark Purple

📋 copy color: '#8B147F'

red 139 ◦ green 20 ◦ blue 127

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

Shades of Dark Purple #8B147F

Tints of Dark Purple #8B147F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 44.41%

R = 48.6%
G = 6.99%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8B147F (or 0x8B147F) is known color: Dark Purple. HEX triplet: 8B, 14 and 7F. RGB value is (139,20,127). Sum of RGB (Red+Green+Blue) = 139+20+127=286 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.60% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 127 (50% from 255 or 44.41% from 286); Max value from RGB is 139 - color contains mainly: red. Hex color #8B147F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B147F is #74EB80. Grayscale: #434343. Windows color (decimal): -7662465 or 8328331. OLE color: 8328331.

HSL color Cylindrical-coordinate representation of color #8B147F: hue angle of 306.05º 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 #8B147F is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 20 127 -
CMYK 0 0.86 0.09 0.45
HSL 306.05º 0.75% 0.31% -
HSV(B) 306.05º 0.86% 0.55% -
XYZ 14.73 7.52 20.75 -
YUV 67.78 161.42 178.8 -
System Red Green Blue C M Y K H S L
Decimal 139 20 127 0 0.86 0.09 0.45 306.05 0.75 0.31
Hex 8B 14 7F 0 56 9 2D 132 4B 1F
Octal 213 24 177 0 126 11 55 462 113 37
Binary 10001011 10100 1111111 0 1010110 1001 101101 100110010 1001011 11111

Color Harmonies of #8B147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B147F

Black with #8B147F

Text Example


Text Example

White with #8B147F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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