Html Css Color HEX #8B2079 Dark Purple

📋 copy color: '#8B2079'

red 139 ◦ green 32 ◦ blue 121

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

Shades of Dark Purple #8B2079

Tints of Dark Purple #8B2079

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.96%

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

R = 47.6%
G = 10.96%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#8B2079 (or 0x8B2079) is known color: Dark Purple. HEX triplet: 8B, 20 and 79. RGB value is (139,32,121). Sum of RGB (Red+Green+Blue) = 139+32+121=292 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.60% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 121 (47.66% from 255 or 41.44% from 292); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2079 is #74DF86. Grayscale: #494949. Windows color (decimal): -7659399 or 7938187. OLE color: 7938187.

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

Color convert

RGB 139 32 121 -
CMYK 0 0.77 0.13 0.45
HSL 310.09º 0.63% 0.34% -
HSV(B) 310.09º 0.77% 0.55% -
XYZ 14.62 7.9 18.84 -
YUV 74.14 154.45 174.26 -
System Red Green Blue C M Y K H S L
Decimal 139 32 121 0 0.77 0.13 0.45 310.09 0.63 0.34
Hex 8B 20 79 0 4D D 2D 136 3F 22
Octal 213 40 171 0 115 15 55 466 77 42
Binary 10001011 100000 1111001 0 1001101 1101 101101 100110110 111111 100010

Color Harmonies of #8B2079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2079

Black with #8B2079

Text Example


Text Example

White with #8B2079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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