Html Css Color HEX #8F387D Dark Purple

📋 copy color: '#8F387D'

red 143 ◦ green 56 ◦ blue 125

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

Shades of Dark Purple #8F387D

Tints of Dark Purple #8F387D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.28%

 BLUE value IS 125 (49.22% from 255) = 38.58%

R = 44.14%
G = 17.28%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8F387D (or 0x8F387D) is known color: Dark Purple. HEX triplet: 8F, 38 and 7D. RGB value is (143,56,125). Sum of RGB (Red+Green+Blue) = 143+56+125=324 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.14% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 143 - color contains mainly: red. Hex color #8F387D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F387D is #70C782. Grayscale: #595959. Windows color (decimal): -7391107 or 8206479. OLE color: 8206479.

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

Color convert

RGB 143 56 125 -
CMYK 0 0.61 0.13 0.44
HSL 312.41º 0.44% 0.39% -
HSV(B) 312.41º 0.61% 0.56% -
XYZ 16.44 10.15 20.49 -
YUV 89.88 147.82 165.89 -
System Red Green Blue C M Y K H S L
Decimal 143 56 125 0 0.61 0.13 0.44 312.41 0.44 0.39
Hex 8F 38 7D 0 3D D 2C 138 2C 27
Octal 217 70 175 0 75 15 54 470 54 47
Binary 10001111 111000 1111101 0 111101 1101 101100 100111000 101100 100111

Color Harmonies of #8F387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F387D

Black with #8F387D

Text Example


Text Example

White with #8F387D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,56,125); }

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

background-color css

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

 a { background-color: rgb(143,56,125); }

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

border-color css

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

 span { border-color: rgb(143,56,125); }

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