Html Css Color HEX #8F3881 Dark Purple

📋 copy color: '#8F3881'

red 143 ◦ green 56 ◦ blue 129

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

Shades of Dark Purple #8F3881

Tints of Dark Purple #8F3881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 39.33%

R = 43.6%
G = 17.07%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#8F3881 (or 0x8F3881) is known color: Dark Purple. HEX triplet: 8F, 38 and 81. RGB value is (143,56,129). Sum of RGB (Red+Green+Blue) = 143+56+129=328 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.60% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 129 (50.78% from 255 or 39.33% from 328); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3881 is #70C77E. Grayscale: #5A5A5A. Windows color (decimal): -7391103 or 8468623. OLE color: 8468623.

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

Color convert

RGB 143 56 129 -
CMYK 0 0.61 0.10 0.44
HSL 309.66º 0.44% 0.39% -
HSV(B) 309.66º 0.61% 0.56% -
XYZ 16.7 10.25 21.87 -
YUV 90.34 149.82 165.56 -
System Red Green Blue C M Y K H S L
Decimal 143 56 129 0 0.61 0.10 0.44 309.66 0.44 0.39
Hex 8F 38 81 0 3D A 2C 136 2C 27
Octal 217 70 201 0 75 12 54 466 54 47
Binary 10001111 111000 10000001 0 111101 1010 101100 100110110 101100 100111

Color Harmonies of #8F3881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3881

Black with #8F3881

Text Example


Text Example

White with #8F3881

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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