Html Css Color HEX #8B047C Purple

📋 copy color: '#8B047C'

red 139 ◦ green 4 ◦ blue 124

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

Shades of Purple #8B047C

Tints of Purple #8B047C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.5%

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

R = 52.06%
G = 1.5%
B = 46.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8B047C (or 0x8B047C) is known color: Purple. HEX triplet: 8B, 04 and 7C. RGB value is (139,4,124). Sum of RGB (Red+Green+Blue) = 139+4+124=267 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.06% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 139 - color contains mainly: red. Hex color #8B047C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B047C is #74FB83. Grayscale: #393939. Windows color (decimal): -7666564 or 8127627. OLE color: 8127627.

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

Color convert

RGB 139 4 124 -
CMYK 0 0.97 0.11 0.45
HSL 306.67º 0.94% 0.28% -
HSV(B) 306.67º 0.97% 0.55% -
XYZ 14.33 7.03 19.67 -
YUV 58.05 165.23 185.74 -
System Red Green Blue C M Y K H S L
Decimal 139 4 124 0 0.97 0.11 0.45 306.67 0.94 0.28
Hex 8B 4 7C 0 61 B 2D 133 5E 1C
Octal 213 4 174 0 141 13 55 463 136 34
Binary 10001011 100 1111100 0 1100001 1011 101101 100110011 1011110 11100

Color Harmonies of #8B047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B047C

Black with #8B047C

Text Example


Text Example

White with #8B047C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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