Html Css Color HEX #8F387E Dark Purple

📋 copy color: '#8F387E'

red 143 ◦ green 56 ◦ blue 126

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

Shades of Dark Purple #8F387E

Tints of Dark Purple #8F387E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.77%

R = 44%
G = 17.23%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#8F387E (or 0x8F387E) is known color: Dark Purple. HEX triplet: 8F, 38 and 7E. RGB value is (143,56,126). Sum of RGB (Red+Green+Blue) = 143+56+126=325 (43% of max value = 765). Red value is 143 (56.25% from 255 or 44% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 143 - color contains mainly: red. Hex color #8F387E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F387E is #70C781. Grayscale: #595959. Windows color (decimal): -7391106 or 8272015. OLE color: 8272015.

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

Color convert

RGB 143 56 126 -
CMYK 0 0.61 0.12 0.44
HSL 311.72º 0.44% 0.39% -
HSV(B) 311.72º 0.61% 0.56% -
XYZ 16.51 10.17 20.83 -
YUV 89.99 148.32 165.81 -
System Red Green Blue C M Y K H S L
Decimal 143 56 126 0 0.61 0.12 0.44 311.72 0.44 0.39
Hex 8F 38 7E 0 3D C 2C 138 2C 27
Octal 217 70 176 0 75 14 54 470 54 47
Binary 10001111 111000 1111110 0 111101 1100 101100 100111000 101100 100111

Color Harmonies of #8F387E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F387E

Black with #8F387E

Text Example


Text Example

White with #8F387E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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