Html Css Color HEX #8F0477 Purple

📋 copy color: '#8F0477'

red 143 ◦ green 4 ◦ blue 119

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

Shades of Purple #8F0477

Tints of Purple #8F0477

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.5%

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

R = 53.76%
G = 1.5%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#8F0477 (or 0x8F0477) is known color: Purple. HEX triplet: 8F, 04 and 77. RGB value is (143,4,119). Sum of RGB (Red+Green+Blue) = 143+4+119=266 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.76% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 119 (46.88% from 255 or 44.74% from 266); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0477 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0477 is #70FB88. Grayscale: #3A3A3A. Windows color (decimal): -7404425 or 7799951. OLE color: 7799951.

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

Color convert

RGB 143 4 119 -
CMYK 0 0.97 0.17 0.44
HSL 310.36º 0.95% 0.29% -
HSV(B) 310.36º 0.97% 0.56% -
XYZ 14.7 7.26 18.08 -
YUV 58.67 162.05 188.15 -
System Red Green Blue C M Y K H S L
Decimal 143 4 119 0 0.97 0.17 0.44 310.36 0.95 0.29
Hex 8F 4 77 0 61 11 2C 136 5F 1D
Octal 217 4 167 0 141 21 54 466 137 35
Binary 10001111 100 1110111 0 1100001 10001 101100 100110110 1011111 11101

Color Harmonies of #8F0477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0477

Black with #8F0477

Text Example


Text Example

White with #8F0477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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