Html Css Color HEX #8B057C Purple

📋 copy color: '#8B057C'

red 139 ◦ green 5 ◦ blue 124

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

Shades of Purple #8B057C

Tints of Purple #8B057C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.87%

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

R = 51.87%
G = 1.87%
B = 46.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8B057C (or 0x8B057C) is known color: Purple. HEX triplet: 8B, 05 and 7C. RGB value is (139,5,124). Sum of RGB (Red+Green+Blue) = 139+5+124=268 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.87% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 139 - color contains mainly: red. Hex color #8B057C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B057C is #74FA83. Grayscale: #3A3A3A. Windows color (decimal): -7666308 or 8127883. OLE color: 8127883.

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

Color convert

RGB 139 5 124 -
CMYK 0 0.96 0.11 0.45
HSL 306.72º 0.93% 0.28% -
HSV(B) 306.72º 0.96% 0.55% -
XYZ 14.34 7.05 19.67 -
YUV 58.63 164.89 185.32 -
System Red Green Blue C M Y K H S L
Decimal 139 5 124 0 0.96 0.11 0.45 306.72 0.93 0.28
Hex 8B 5 7C 0 60 B 2D 133 5D 1C
Octal 213 5 174 0 140 13 55 463 135 34
Binary 10001011 101 1111100 0 1100000 1011 101101 100110011 1011101 11100

Color Harmonies of #8B057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B057C

Black with #8B057C

Text Example


Text Example

White with #8B057C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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