Html Css Color HEX #8F047B Purple

📋 copy color: '#8F047B'

red 143 ◦ green 4 ◦ blue 123

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

Shades of Purple #8F047B

Tints of Purple #8F047B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 45.56%

R = 52.96%
G = 1.48%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#8F047B (or 0x8F047B) is known color: Purple. HEX triplet: 8F, 04 and 7B. RGB value is (143,4,123). Sum of RGB (Red+Green+Blue) = 143+4+123=270 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.96% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 143 - color contains mainly: red. Hex color #8F047B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F047B is #70FB84. Grayscale: #3A3A3A. Windows color (decimal): -7404421 or 8062095. OLE color: 8062095.

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

Color convert

RGB 143 4 123 -
CMYK 0 0.97 0.14 0.44
HSL 308.63º 0.95% 0.29% -
HSV(B) 308.63º 0.97% 0.56% -
XYZ 14.95 7.36 19.37 -
YUV 59.13 164.05 187.82 -
System Red Green Blue C M Y K H S L
Decimal 143 4 123 0 0.97 0.14 0.44 308.63 0.95 0.29
Hex 8F 4 7B 0 61 E 2C 135 5F 1D
Octal 217 4 173 0 141 16 54 465 137 35
Binary 10001111 100 1111011 0 1100001 1110 101100 100110101 1011111 11101

Color Harmonies of #8F047B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F047B

Black with #8F047B

Text Example


Text Example

White with #8F047B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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