Html Css Color HEX #8F007A Purple

📋 copy color: '#8F007A'

red 143 ◦ green 0 ◦ blue 122

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

Shades of Purple #8F007A

Tints of Purple #8F007A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 122 (48.05% from 255) = 46.04%

R = 53.96%
G = 0%
B = 46.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#8F007A (or 0x8F007A) is known color: Purple. HEX triplet: 8F, 00 and 7A. RGB value is (143,0,122). Sum of RGB (Red+Green+Blue) = 143+0+122=265 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.96% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 122 (48.05% from 255 or 46.04% from 265); Max value from RGB is 143 - color contains mainly: red. Hex color #8F007A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F007A is #70FF85. Grayscale: #383838. Windows color (decimal): -7405446 or 7995535. OLE color: 7995535.

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

Color convert

RGB 143 0 122 -
CMYK 0 1 0.15 0.44
HSL 308.81º 1% 0.28% -
HSV(B) 308.81º 1% 0.56% -
XYZ 14.84 7.24 19.03 -
YUV 56.67 164.88 189.58 -
System Red Green Blue C M Y K H S L
Decimal 143 0 122 0 1 0.15 0.44 308.81 1 0.28
Hex 8F 0 7A 0 64 F 2C 135 64 1C
Octal 217 0 172 0 144 17 54 465 144 34
Binary 10001111 0 1111010 0 1100100 1111 101100 100110101 1100100 11100

Color Harmonies of #8F007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F007A

Black with #8F007A

Text Example


Text Example

White with #8F007A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,0,122); }

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

background-color css

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

 a { background-color: rgb(143,0,122); }

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

border-color css

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

 span { border-color: rgb(143,0,122); }

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