Html Css Color HEX #8F288D Dark Purple

📋 copy color: '#8F288D'

red 143 ◦ green 40 ◦ blue 141

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

Shades of Dark Purple #8F288D

Tints of Dark Purple #8F288D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.35%

 BLUE value IS 141 (55.47% from 255) = 43.52%

R = 44.14%
G = 12.35%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8F288D (or 0x8F288D) is known color: Dark Purple. HEX triplet: 8F, 28 and 8D. RGB value is (143,40,141). Sum of RGB (Red+Green+Blue) = 143+40+141=324 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.14% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 143 - color contains mainly: red. Hex color #8F288D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F288D is #70D772. Grayscale: #525252. Windows color (decimal): -7395187 or 9250959. OLE color: 9250959.

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

Color convert

RGB 143 40 141 -
CMYK 0 0.72 0.01 0.44
HSL 301.17º 0.56% 0.36% -
HSV(B) 301.17º 0.72% 0.56% -
XYZ 16.89 9.28 26.1 -
YUV 82.31 161.12 171.29 -
System Red Green Blue C M Y K H S L
Decimal 143 40 141 0 0.72 0.01 0.44 301.17 0.56 0.36
Hex 8F 28 8D 0 48 1 2C 12D 38 24
Octal 217 50 215 0 110 1 54 455 70 44
Binary 10001111 101000 10001101 0 1001000 1 101100 100101101 111000 100100

Color Harmonies of #8F288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F288D

Black with #8F288D

Text Example


Text Example

White with #8F288D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,40,141); }

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

background-color css

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

 a { background-color: rgb(143,40,141); }

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

border-color css

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

 span { border-color: rgb(143,40,141); }

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