Html Css Color HEX #8B2F82 Dark Purple

📋 copy color: '#8B2F82'

red 139 ◦ green 47 ◦ blue 130

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

Shades of Dark Purple #8B2F82

Tints of Dark Purple #8B2F82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.14%

R = 43.99%
G = 14.87%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#8B2F82 (or 0x8B2F82) is known color: Dark Purple. HEX triplet: 8B, 2F and 82. RGB value is (139,47,130). Sum of RGB (Red+Green+Blue) = 139+47+130=316 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.99% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2F82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2F82 is #74D07D. Grayscale: #535353. Windows color (decimal): -7655550 or 8531851. OLE color: 8531851.

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

Color convert

RGB 139 47 130 -
CMYK 0 0.66 0.06 0.45
HSL 305.87º 0.49% 0.36% -
HSV(B) 305.87º 0.66% 0.55% -
XYZ 15.69 9.13 22.05 -
YUV 83.97 153.98 167.25 -
System Red Green Blue C M Y K H S L
Decimal 139 47 130 0 0.66 0.06 0.45 305.87 0.49 0.36
Hex 8B 2F 82 0 42 6 2D 132 31 24
Octal 213 57 202 0 102 6 55 462 61 44
Binary 10001011 101111 10000010 0 1000010 110 101101 100110010 110001 100100

Color Harmonies of #8B2F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2F82

Black with #8B2F82

Text Example


Text Example

White with #8B2F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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