Html Css Color HEX #8F2181 Dark Purple

📋 copy color: '#8F2181'

red 143 ◦ green 33 ◦ blue 129

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

Shades of Dark Purple #8F2181

Tints of Dark Purple #8F2181

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.82%

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

R = 46.89%
G = 10.82%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#8F2181 (or 0x8F2181) is known color: Dark Purple. HEX triplet: 8F, 21 and 81. RGB value is (143,33,129). Sum of RGB (Red+Green+Blue) = 143+33+129=305 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.89% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2181 is #70DE7E. Grayscale: #4C4C4C. Windows color (decimal): -7396991 or 8462735. OLE color: 8462735.

HSL color Cylindrical-coordinate representation of color #8F2181: hue angle of 307.64º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F2181 is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 33 129 -
CMYK 0 0.77 0.10 0.44
HSL 307.64º 0.63% 0.35% -
HSV(B) 307.64º 0.77% 0.56% -
XYZ 15.83 8.51 21.58 -
YUV 76.83 157.44 175.19 -
System Red Green Blue C M Y K H S L
Decimal 143 33 129 0 0.77 0.10 0.44 307.64 0.63 0.35
Hex 8F 21 81 0 4D A 2C 134 3E 23
Octal 217 41 201 0 115 12 54 464 76 43
Binary 10001111 100001 10000001 0 1001101 1010 101100 100110100 111110 100011

Color Harmonies of #8F2181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2181

Black with #8F2181

Text Example


Text Example

White with #8F2181

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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