Html Css Color HEX #8B2D77 Dark Purple

📋 copy color: '#8B2D77'

red 139 ◦ green 45 ◦ blue 119

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

Shades of Dark Purple #8B2D77

Tints of Dark Purple #8B2D77

RGB

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

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

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

R = 45.87%
G = 14.85%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8B2D77 (or 0x8B2D77) is known color: Dark Purple. HEX triplet: 8B, 2D and 77. RGB value is (139,45,119). Sum of RGB (Red+Green+Blue) = 139+45+119=303 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.87% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2D77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2D77 is #74D288. Grayscale: #515151. Windows color (decimal): -7656073 or 7810443. OLE color: 7810443.

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

Color convert

RGB 139 45 119 -
CMYK 0 0.68 0.14 0.45
HSL 312.77º 0.51% 0.36% -
HSV(B) 312.77º 0.68% 0.55% -
XYZ 14.92 8.7 18.35 -
YUV 81.54 149.14 168.98 -
System Red Green Blue C M Y K H S L
Decimal 139 45 119 0 0.68 0.14 0.45 312.77 0.51 0.36
Hex 8B 2D 77 0 44 E 2D 139 33 24
Octal 213 55 167 0 104 16 55 471 63 44
Binary 10001011 101101 1110111 0 1000100 1110 101101 100111001 110011 100100

Color Harmonies of #8B2D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2D77

Black with #8B2D77

Text Example


Text Example

White with #8B2D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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