Html Css Color HEX #8F2B81 Dark Purple

📋 copy color: '#8F2B81'

red 143 ◦ green 43 ◦ blue 129

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

Shades of Dark Purple #8F2B81

Tints of Dark Purple #8F2B81

RGB

 RED value IS 143 (56.25% from 255) = 45.4%

 GREEN value IS 43 (17.19% from 255) = 13.65%

 BLUE value IS 129 (50.78% from 255) = 40.95%

R = 45.4%
G = 13.65%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#8F2B81 (or 0x8F2B81) is known color: Dark Purple. HEX triplet: 8F, 2B and 81. RGB value is (143,43,129). Sum of RGB (Red+Green+Blue) = 143+43+129=315 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.40% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2B81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2B81 is #70D47E. Grayscale: #525252. Windows color (decimal): -7394431 or 8465295. OLE color: 8465295.

HSL color Cylindrical-coordinate representation of color #8F2B81: hue angle of 308.4º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8F2B81 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 43 129 -
CMYK 0 0.70 0.10 0.44
HSL 308.4º 0.54% 0.36% -
HSV(B) 308.4º 0.7% 0.56% -
XYZ 16.15 9.15 21.68 -
YUV 82.7 154.13 171.01 -
System Red Green Blue C M Y K H S L
Decimal 143 43 129 0 0.70 0.10 0.44 308.4 0.54 0.36
Hex 8F 2B 81 0 46 A 2C 134 36 24
Octal 217 53 201 0 106 12 54 464 66 44
Binary 10001111 101011 10000001 0 1000110 1010 101100 100110100 110110 100100

Color Harmonies of #8F2B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2B81

Black with #8F2B81

Text Example


Text Example

White with #8F2B81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,43,129); }

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

background-color css

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

 a { background-color: rgb(143,43,129); }

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

border-color css

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

 span { border-color: rgb(143,43,129); }

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