Html Css Color HEX #8F2777 Dark Purple

📋 copy color: '#8F2777'

red 143 ◦ green 39 ◦ blue 119

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

Shades of Dark Purple #8F2777

Tints of Dark Purple #8F2777

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.96%

 BLUE value IS 119 (46.88% from 255) = 39.53%

R = 47.51%
G = 12.96%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#8F2777 (or 0x8F2777) is known color: Dark Purple. HEX triplet: 8F, 27 and 77. RGB value is (143,39,119). Sum of RGB (Red+Green+Blue) = 143+39+119=301 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.51% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2777 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2777 is #70D888. Grayscale: #4F4F4F. Windows color (decimal): -7395465 or 7808911. OLE color: 7808911.

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

Color convert

RGB 143 39 119 -
CMYK 0 0.73 0.17 0.44
HSL 313.85º 0.57% 0.36% -
HSV(B) 313.85º 0.73% 0.56% -
XYZ 15.38 8.62 18.31 -
YUV 79.22 150.46 173.5 -
System Red Green Blue C M Y K H S L
Decimal 143 39 119 0 0.73 0.17 0.44 313.85 0.57 0.36
Hex 8F 27 77 0 49 11 2C 13A 39 24
Octal 217 47 167 0 111 21 54 472 71 44
Binary 10001111 100111 1110111 0 1001001 10001 101100 100111010 111001 100100

Color Harmonies of #8F2777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2777

Black with #8F2777

Text Example


Text Example

White with #8F2777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,39,119); }

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

background-color css

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

 a { background-color: rgb(143,39,119); }

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

border-color css

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

 span { border-color: rgb(143,39,119); }

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