Html Css Color HEX #8F4378 Dark Purple

📋 copy color: '#8F4378'

red 143 ◦ green 67 ◦ blue 120

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

Shades of Dark Purple #8F4378

Tints of Dark Purple #8F4378

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.3%

 BLUE value IS 120 (47.27% from 255) = 36.36%

R = 43.33%
G = 20.3%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#8F4378 (or 0x8F4378) is known color: Dark Purple. HEX triplet: 8F, 43 and 78. RGB value is (143,67,120). Sum of RGB (Red+Green+Blue) = 143+67+120=330 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.33% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4378 is #70BC87. Grayscale: #5F5F5F. Windows color (decimal): -7388296 or 7881615. OLE color: 7881615.

HSL color Cylindrical-coordinate representation of color #8F4378: hue angle of 318.16º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8F4378 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 67 120 -
CMYK 0 0.53 0.16 0.44
HSL 318.16º 0.36% 0.41% -
HSV(B) 318.16º 0.53% 0.56% -
XYZ 16.73 11.21 19.05 -
YUV 95.77 141.68 161.69 -
System Red Green Blue C M Y K H S L
Decimal 143 67 120 0 0.53 0.16 0.44 318.16 0.36 0.41
Hex 8F 43 78 0 35 10 2C 13E 24 29
Octal 217 103 170 0 65 20 54 476 44 51
Binary 10001111 1000011 1111000 0 110101 10000 101100 100111110 100100 101001

Color Harmonies of #8F4378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4378

Black with #8F4378

Text Example


Text Example

White with #8F4378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,67,120); }

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

background-color css

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

 a { background-color: rgb(143,67,120); }

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

border-color css

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

 span { border-color: rgb(143,67,120); }

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