Html Css Color HEX #8B2E77 Dark Purple

📋 copy color: '#8B2E77'

red 139 ◦ green 46 ◦ blue 119

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

Shades of Dark Purple #8B2E77

Tints of Dark Purple #8B2E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.14%

R = 45.72%
G = 15.13%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8B2E77 (or 0x8B2E77) is known color: Dark Purple. HEX triplet: 8B, 2E and 77. RGB value is (139,46,119). Sum of RGB (Red+Green+Blue) = 139+46+119=304 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.72% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2E77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2E77 is #74D188. Grayscale: #515151. Windows color (decimal): -7655817 or 7810699. OLE color: 7810699.

HSL color Cylindrical-coordinate representation of color #8B2E77: hue angle of 312.9º 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 #8B2E77 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 46 119 -
CMYK 0 0.67 0.14 0.45
HSL 312.9º 0.5% 0.36% -
HSV(B) 312.9º 0.67% 0.55% -
XYZ 14.95 8.77 18.36 -
YUV 82.13 148.81 168.56 -
System Red Green Blue C M Y K H S L
Decimal 139 46 119 0 0.67 0.14 0.45 312.9 0.5 0.36
Hex 8B 2E 77 0 43 E 2D 139 32 24
Octal 213 56 167 0 103 16 55 471 62 44
Binary 10001011 101110 1110111 0 1000011 1110 101101 100111001 110010 100100

Color Harmonies of #8B2E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2E77

Black with #8B2E77

Text Example


Text Example

White with #8B2E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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