Html Css Color HEX #8F247A Dark Purple

📋 copy color: '#8F247A'

red 143 ◦ green 36 ◦ blue 122

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

Shades of Dark Purple #8F247A

Tints of Dark Purple #8F247A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.96%

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

R = 47.51%
G = 11.96%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#8F247A (or 0x8F247A) is known color: Dark Purple. HEX triplet: 8F, 24 and 7A. RGB value is (143,36,122). Sum of RGB (Red+Green+Blue) = 143+36+122=301 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.51% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 143 - color contains mainly: red. Hex color #8F247A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F247A is #70DB85. Grayscale: #4D4D4D. Windows color (decimal): -7396230 or 8004751. OLE color: 8004751.

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

Color convert

RGB 143 36 122 -
CMYK 0 0.75 0.15 0.44
HSL 311.78º 0.6% 0.35% -
HSV(B) 311.78º 0.75% 0.56% -
XYZ 15.47 8.51 19.24 -
YUV 77.8 152.95 174.51 -
System Red Green Blue C M Y K H S L
Decimal 143 36 122 0 0.75 0.15 0.44 311.78 0.6 0.35
Hex 8F 24 7A 0 4B F 2C 138 3C 23
Octal 217 44 172 0 113 17 54 470 74 43
Binary 10001111 100100 1111010 0 1001011 1111 101100 100111000 111100 100011

Color Harmonies of #8F247A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F247A

Black with #8F247A

Text Example


Text Example

White with #8F247A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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