Html Css Color HEX #8B2E81 Dark Purple

📋 copy color: '#8B2E81'

red 139 ◦ green 46 ◦ blue 129

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

Shades of Dark Purple #8B2E81

Tints of Dark Purple #8B2E81

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.65%

 BLUE value IS 129 (50.78% from 255) = 41.08%

R = 44.27%
G = 14.65%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#8B2E81 (or 0x8B2E81) is known color: Dark Purple. HEX triplet: 8B, 2E and 81. RGB value is (139,46,129). Sum of RGB (Red+Green+Blue) = 139+46+129=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 46 (18.36% from 255 or 14.65% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2E81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2E81 is #74D17E. Grayscale: #535353. Windows color (decimal): -7655807 or 8466059. OLE color: 8466059.

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

Color convert

RGB 139 46 129 -
CMYK 0 0.67 0.07 0.45
HSL 306.45º 0.5% 0.36% -
HSV(B) 306.45º 0.67% 0.55% -
XYZ 15.59 9.03 21.69 -
YUV 83.27 153.81 167.75 -
System Red Green Blue C M Y K H S L
Decimal 139 46 129 0 0.67 0.07 0.45 306.45 0.5 0.36
Hex 8B 2E 81 0 43 7 2D 132 32 24
Octal 213 56 201 0 103 7 55 462 62 44
Binary 10001011 101110 10000001 0 1000011 111 101101 100110010 110010 100100

Color Harmonies of #8B2E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2E81

Black with #8B2E81

Text Example


Text Example

White with #8B2E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,46,129); }

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

background-color css

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

 a { background-color: rgb(139,46,129); }

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

border-color css

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

 span { border-color: rgb(139,46,129); }

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