Html Css Color HEX #8B0879 Purple

📋 copy color: '#8B0879'

red 139 ◦ green 8 ◦ blue 121

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

Shades of Purple #8B0879

Tints of Purple #8B0879

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.99%

 BLUE value IS 121 (47.66% from 255) = 45.15%

R = 51.87%
G = 2.99%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#8B0879 (or 0x8B0879) is known color: Purple. HEX triplet: 8B, 08 and 79. RGB value is (139,8,121). Sum of RGB (Red+Green+Blue) = 139+8+121=268 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.87% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 121 (47.66% from 255 or 45.15% from 268); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0879 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0879 is #74F786. Grayscale: #3B3B3B. Windows color (decimal): -7665543 or 7932043. OLE color: 7932043.

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

Color convert

RGB 139 8 121 -
CMYK 0 0.94 0.13 0.45
HSL 308.24º 0.89% 0.29% -
HSV(B) 308.24º 0.94% 0.55% -
XYZ 14.19 7.04 18.7 -
YUV 60.05 162.4 184.31 -
System Red Green Blue C M Y K H S L
Decimal 139 8 121 0 0.94 0.13 0.45 308.24 0.89 0.29
Hex 8B 8 79 0 5E D 2D 134 59 1D
Octal 213 10 171 0 136 15 55 464 131 35
Binary 10001011 1000 1111001 0 1011110 1101 101101 100110100 1011001 11101

Color Harmonies of #8B0879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0879

Black with #8B0879

Text Example


Text Example

White with #8B0879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,8,121); }

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

background-color css

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

 a { background-color: rgb(139,8,121); }

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

border-color css

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

 span { border-color: rgb(139,8,121); }

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