Html Css Color HEX #8B147B Dark Purple

📋 copy color: '#8B147B'

red 139 ◦ green 20 ◦ blue 123

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

Shades of Dark Purple #8B147B

Tints of Dark Purple #8B147B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 43.62%

R = 49.29%
G = 7.09%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8B147B (or 0x8B147B) is known color: Dark Purple. HEX triplet: 8B, 14 and 7B. RGB value is (139,20,123). Sum of RGB (Red+Green+Blue) = 139+20+123=282 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.29% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 139 - color contains mainly: red. Hex color #8B147B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B147B is #74EB84. Grayscale: #434343. Windows color (decimal): -7662469 or 8066187. OLE color: 8066187.

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

Color convert

RGB 139 20 123 -
CMYK 0 0.86 0.12 0.45
HSL 308.07º 0.75% 0.31% -
HSV(B) 308.07º 0.86% 0.55% -
XYZ 14.47 7.42 19.41 -
YUV 67.32 159.42 179.12 -
System Red Green Blue C M Y K H S L
Decimal 139 20 123 0 0.86 0.12 0.45 308.07 0.75 0.31
Hex 8B 14 7B 0 56 C 2D 134 4B 1F
Octal 213 24 173 0 126 14 55 464 113 37
Binary 10001011 10100 1111011 0 1010110 1100 101101 100110100 1001011 11111

Color Harmonies of #8B147B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B147B

Black with #8B147B

Text Example


Text Example

White with #8B147B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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