Html Css Color HEX #8F298A Dark Purple

📋 copy color: '#8F298A'

red 143 ◦ green 41 ◦ blue 138

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

Shades of Dark Purple #8F298A

Tints of Dark Purple #8F298A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.86%

R = 44.41%
G = 12.73%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#8F298A (or 0x8F298A) is known color: Dark Purple. HEX triplet: 8F, 29 and 8A. RGB value is (143,41,138). Sum of RGB (Red+Green+Blue) = 143+41+138=322 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.41% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 143 - color contains mainly: red. Hex color #8F298A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F298A is #70D675. Grayscale: #525252. Windows color (decimal): -7394934 or 9054607. OLE color: 9054607.

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

Color convert

RGB 143 41 138 -
CMYK 0 0.71 0.03 0.44
HSL 302.94º 0.55% 0.36% -
HSV(B) 302.94º 0.71% 0.56% -
XYZ 16.71 9.26 24.95 -
YUV 82.56 159.29 171.11 -
System Red Green Blue C M Y K H S L
Decimal 143 41 138 0 0.71 0.03 0.44 302.94 0.55 0.36
Hex 8F 29 8A 0 47 3 2C 12F 37 24
Octal 217 51 212 0 107 3 54 457 67 44
Binary 10001111 101001 10001010 0 1000111 11 101100 100101111 110111 100100

Color Harmonies of #8F298A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F298A

Black with #8F298A

Text Example


Text Example

White with #8F298A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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