Html Css Color HEX #8F3875 Dark Purple

📋 copy color: '#8F3875'

red 143 ◦ green 56 ◦ blue 117

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

Shades of Dark Purple #8F3875

Tints of Dark Purple #8F3875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.03%

R = 45.25%
G = 17.72%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#8F3875 (or 0x8F3875) is known color: Dark Purple. HEX triplet: 8F, 38 and 75. RGB value is (143,56,117). Sum of RGB (Red+Green+Blue) = 143+56+117=316 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.25% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3875 is #70C78A. Grayscale: #585858. Windows color (decimal): -7391115 or 7682191. OLE color: 7682191.

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

Color convert

RGB 143 56 117 -
CMYK 0 0.61 0.18 0.44
HSL 317.93º 0.44% 0.39% -
HSV(B) 317.93º 0.61% 0.56% -
XYZ 15.95 9.95 17.91 -
YUV 88.97 143.82 166.54 -
System Red Green Blue C M Y K H S L
Decimal 143 56 117 0 0.61 0.18 0.44 317.93 0.44 0.39
Hex 8F 38 75 0 3D 12 2C 13E 2C 27
Octal 217 70 165 0 75 22 54 476 54 47
Binary 10001111 111000 1110101 0 111101 10010 101100 100111110 101100 100111

Color Harmonies of #8F3875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3875

Black with #8F3875

Text Example


Text Example

White with #8F3875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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