Html Css Color HEX #8B2D80 Dark Purple

📋 copy color: '#8B2D80'

red 139 ◦ green 45 ◦ blue 128

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

Shades of Dark Purple #8B2D80

Tints of Dark Purple #8B2D80

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.42%

 BLUE value IS 128 (50.39% from 255) = 41.03%

R = 44.55%
G = 14.42%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#8B2D80 (or 0x8B2D80) is known color: Dark Purple. HEX triplet: 8B, 2D and 80. RGB value is (139,45,128). Sum of RGB (Red+Green+Blue) = 139+45+128=312 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.55% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 128 (50.39% from 255 or 41.03% from 312); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2D80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2D80 is #74D27F. Grayscale: #525252. Windows color (decimal): -7656064 or 8400267. OLE color: 8400267.

HSL color Cylindrical-coordinate representation of color #8B2D80: hue angle of 307.02º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B2D80 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 45 128 -
CMYK 0 0.68 0.08 0.45
HSL 307.02º 0.51% 0.36% -
HSV(B) 307.02º 0.68% 0.55% -
XYZ 15.48 8.92 21.33 -
YUV 82.57 153.64 168.25 -
System Red Green Blue C M Y K H S L
Decimal 139 45 128 0 0.68 0.08 0.45 307.02 0.51 0.36
Hex 8B 2D 80 0 44 8 2D 133 33 24
Octal 213 55 200 0 104 10 55 463 63 44
Binary 10001011 101101 10000000 0 1000100 1000 101101 100110011 110011 100100

Color Harmonies of #8B2D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2D80

Black with #8B2D80

Text Example


Text Example

White with #8B2D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,45,128); }

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

background-color css

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

 a { background-color: rgb(139,45,128); }

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

border-color css

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

 span { border-color: rgb(139,45,128); }

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