Html Css Color HEX #8F287E Dark Purple

📋 copy color: '#8F287E'

red 143 ◦ green 40 ◦ blue 126

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

Shades of Dark Purple #8F287E

Tints of Dark Purple #8F287E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40.78%

R = 46.28%
G = 12.94%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#8F287E (or 0x8F287E) is known color: Dark Purple. HEX triplet: 8F, 28 and 7E. RGB value is (143,40,126). Sum of RGB (Red+Green+Blue) = 143+40+126=309 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.28% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 143 - color contains mainly: red. Hex color #8F287E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F287E is #70D781. Grayscale: #505050. Windows color (decimal): -7395202 or 8267919. OLE color: 8267919.

HSL color Cylindrical-coordinate representation of color #8F287E: hue angle of 309.9º 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 #8F287E is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 40 126 -
CMYK 0 0.72 0.12 0.44
HSL 309.9º 0.56% 0.36% -
HSV(B) 309.9º 0.72% 0.56% -
XYZ 15.85 8.86 20.61 -
YUV 80.6 153.62 172.51 -
System Red Green Blue C M Y K H S L
Decimal 143 40 126 0 0.72 0.12 0.44 309.9 0.56 0.36
Hex 8F 28 7E 0 48 C 2C 136 38 24
Octal 217 50 176 0 110 14 54 466 70 44
Binary 10001111 101000 1111110 0 1001000 1100 101100 100110110 111000 100100

Color Harmonies of #8F287E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F287E

Black with #8F287E

Text Example


Text Example

White with #8F287E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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