Html Css Color HEX #8B2F77 Dark Purple

📋 copy color: '#8B2F77'

red 139 ◦ green 47 ◦ blue 119

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

Shades of Dark Purple #8B2F77

Tints of Dark Purple #8B2F77

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.41%

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

R = 45.57%
G = 15.41%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8B2F77 (or 0x8B2F77) is known color: Dark Purple. HEX triplet: 8B, 2F and 77. RGB value is (139,47,119). Sum of RGB (Red+Green+Blue) = 139+47+119=305 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.57% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 119 (46.88% from 255 or 39.02% from 305); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2F77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2F77 is #74D088. Grayscale: #525252. Windows color (decimal): -7655561 or 7810955. OLE color: 7810955.

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

Color convert

RGB 139 47 119 -
CMYK 0 0.66 0.14 0.45
HSL 313.04º 0.49% 0.36% -
HSV(B) 313.04º 0.66% 0.55% -
XYZ 14.99 8.85 18.37 -
YUV 82.72 148.48 168.15 -
System Red Green Blue C M Y K H S L
Decimal 139 47 119 0 0.66 0.14 0.45 313.04 0.49 0.36
Hex 8B 2F 77 0 42 E 2D 139 31 24
Octal 213 57 167 0 102 16 55 471 61 44
Binary 10001011 101111 1110111 0 1000010 1110 101101 100111001 110001 100100

Color Harmonies of #8B2F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2F77

Black with #8B2F77

Text Example


Text Example

White with #8B2F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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