Html Css Color HEX #8F297C Dark Purple

📋 copy color: '#8F297C'

red 143 ◦ green 41 ◦ blue 124

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

Shades of Dark Purple #8F297C

Tints of Dark Purple #8F297C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.31%

 BLUE value IS 124 (48.83% from 255) = 40.26%

R = 46.43%
G = 13.31%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8F297C (or 0x8F297C) is known color: Dark Purple. HEX triplet: 8F, 29 and 7C. RGB value is (143,41,124). Sum of RGB (Red+Green+Blue) = 143+41+124=308 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.43% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 143 - color contains mainly: red. Hex color #8F297C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F297C is #70D683. Grayscale: #505050. Windows color (decimal): -7394948 or 8137103. OLE color: 8137103.

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

Color convert

RGB 143 41 124 -
CMYK 0 0.71 0.13 0.44
HSL 311.18º 0.55% 0.36% -
HSV(B) 311.18º 0.71% 0.56% -
XYZ 15.76 8.88 19.95 -
YUV 80.96 152.29 172.25 -
System Red Green Blue C M Y K H S L
Decimal 143 41 124 0 0.71 0.13 0.44 311.18 0.55 0.36
Hex 8F 29 7C 0 47 D 2C 137 37 24
Octal 217 51 174 0 107 15 54 467 67 44
Binary 10001111 101001 1111100 0 1000111 1101 101100 100110111 110111 100100

Color Harmonies of #8F297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F297C

Black with #8F297C

Text Example


Text Example

White with #8F297C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,41,124); }

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

background-color css

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

 a { background-color: rgb(143,41,124); }

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

border-color css

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

 span { border-color: rgb(143,41,124); }

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