Html Css Color HEX #8F3479 Dark Purple

📋 copy color: '#8F3479'

red 143 ◦ green 52 ◦ blue 121

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

Shades of Dark Purple #8F3479

Tints of Dark Purple #8F3479

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.46%

 BLUE value IS 121 (47.66% from 255) = 38.29%

R = 45.25%
G = 16.46%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#8F3479 (or 0x8F3479) is known color: Dark Purple. HEX triplet: 8F, 34 and 79. RGB value is (143,52,121). Sum of RGB (Red+Green+Blue) = 143+52+121=316 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.25% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3479 is #70CB86. Grayscale: #565656. Windows color (decimal): -7392135 or 7943311. OLE color: 7943311.

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

Color convert

RGB 143 52 121 -
CMYK 0 0.64 0.15 0.44
HSL 314.51º 0.47% 0.38% -
HSV(B) 314.51º 0.64% 0.56% -
XYZ 16.01 9.68 19.11 -
YUV 87.08 147.15 167.89 -
System Red Green Blue C M Y K H S L
Decimal 143 52 121 0 0.64 0.15 0.44 314.51 0.47 0.38
Hex 8F 34 79 0 40 F 2C 13B 2F 26
Octal 217 64 171 0 100 17 54 473 57 46
Binary 10001111 110100 1111001 0 1000000 1111 101100 100111011 101111 100110

Color Harmonies of #8F3479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3479

Black with #8F3479

Text Example


Text Example

White with #8F3479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,52,121); }

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

background-color css

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

 a { background-color: rgb(143,52,121); }

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

border-color css

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

 span { border-color: rgb(143,52,121); }

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