Html Css Color HEX #8F248D Dark Purple

📋 copy color: '#8F248D'

red 143 ◦ green 36 ◦ blue 141

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

Shades of Dark Purple #8F248D

Tints of Dark Purple #8F248D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.06%

R = 44.69%
G = 11.25%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8F248D (or 0x8F248D) is known color: Dark Purple. HEX triplet: 8F, 24 and 8D. RGB value is (143,36,141). Sum of RGB (Red+Green+Blue) = 143+36+141=320 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.69% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 143 - color contains mainly: red. Hex color #8F248D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F248D is #70DB72. Grayscale: #4F4F4F. Windows color (decimal): -7396211 or 9249935. OLE color: 9249935.

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

Color convert

RGB 143 36 141 -
CMYK 0 0.75 0.01 0.44
HSL 301.12º 0.6% 0.35% -
HSV(B) 301.12º 0.75% 0.56% -
XYZ 16.77 9.02 26.06 -
YUV 79.96 162.45 172.96 -
System Red Green Blue C M Y K H S L
Decimal 143 36 141 0 0.75 0.01 0.44 301.12 0.6 0.35
Hex 8F 24 8D 0 4B 1 2C 12D 3C 23
Octal 217 44 215 0 113 1 54 455 74 43
Binary 10001111 100100 10001101 0 1001011 1 101100 100101101 111100 100011

Color Harmonies of #8F248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F248D

Black with #8F248D

Text Example


Text Example

White with #8F248D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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