Html Css Color HEX #8B2677 Dark Purple

📋 copy color: '#8B2677'

red 139 ◦ green 38 ◦ blue 119

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

Shades of Dark Purple #8B2677

Tints of Dark Purple #8B2677

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.84%

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

R = 46.96%
G = 12.84%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8B2677 (or 0x8B2677) is known color: Dark Purple. HEX triplet: 8B, 26 and 77. RGB value is (139,38,119). Sum of RGB (Red+Green+Blue) = 139+38+119=296 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.96% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2677 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2677 is #74D988. Grayscale: #4D4D4D. Windows color (decimal): -7657865 or 7808651. OLE color: 7808651.

HSL color Cylindrical-coordinate representation of color #8B2677: hue angle of 311.88º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B2677 is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 38 119 -
CMYK 0 0.73 0.14 0.45
HSL 311.88º 0.57% 0.35% -
HSV(B) 311.88º 0.73% 0.55% -
XYZ 14.67 8.21 18.26 -
YUV 77.43 151.46 171.91 -
System Red Green Blue C M Y K H S L
Decimal 139 38 119 0 0.73 0.14 0.45 311.88 0.57 0.35
Hex 8B 26 77 0 49 E 2D 138 39 23
Octal 213 46 167 0 111 16 55 470 71 43
Binary 10001011 100110 1110111 0 1001001 1110 101101 100111000 111001 100011

Color Harmonies of #8B2677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2677

Black with #8B2677

Text Example


Text Example

White with #8B2677

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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