Html Css Color HEX #8F2878 Dark Purple

📋 copy color: '#8F2878'

red 143 ◦ green 40 ◦ blue 120

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

Shades of Dark Purple #8F2878

Tints of Dark Purple #8F2878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 39.6%

R = 47.19%
G = 13.2%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#8F2878 (or 0x8F2878) is known color: Dark Purple. HEX triplet: 8F, 28 and 78. RGB value is (143,40,120). Sum of RGB (Red+Green+Blue) = 143+40+120=303 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.19% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2878 is #70D787. Grayscale: #4F4F4F. Windows color (decimal): -7395208 or 7874703. OLE color: 7874703.

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

Color convert

RGB 143 40 120 -
CMYK 0 0.72 0.16 0.44
HSL 313.4º 0.56% 0.36% -
HSV(B) 313.4º 0.72% 0.56% -
XYZ 15.48 8.71 18.64 -
YUV 79.92 150.62 173 -
System Red Green Blue C M Y K H S L
Decimal 143 40 120 0 0.72 0.16 0.44 313.4 0.56 0.36
Hex 8F 28 78 0 48 10 2C 139 38 24
Octal 217 50 170 0 110 20 54 471 70 44
Binary 10001111 101000 1111000 0 1001000 10000 101100 100111001 111000 100100

Color Harmonies of #8F2878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2878

Black with #8F2878

Text Example


Text Example

White with #8F2878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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