Html Css Color HEX #8F3473 Dark Purple

📋 copy color: '#8F3473'

red 143 ◦ green 52 ◦ blue 115

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

Shades of Dark Purple #8F3473

Tints of Dark Purple #8F3473

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.77%

 BLUE value IS 115 (45.31% from 255) = 37.1%

R = 46.13%
G = 16.77%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#8F3473 (or 0x8F3473) is known color: Dark Purple. HEX triplet: 8F, 34 and 73. RGB value is (143,52,115). Sum of RGB (Red+Green+Blue) = 143+52+115=310 (41% of max value = 765). Red value is 143 (56.25% from 255 or 46.13% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3473 is #70CB8C. Grayscale: #565656. Windows color (decimal): -7392141 or 7550095. OLE color: 7550095.

HSL color Cylindrical-coordinate representation of color #8F3473: hue angle of 318.46º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8F3473 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 52 115 -
CMYK 0 0.64 0.20 0.44
HSL 318.46º 0.47% 0.38% -
HSV(B) 318.46º 0.64% 0.56% -
XYZ 15.65 9.53 17.23 -
YUV 86.39 144.15 168.38 -
System Red Green Blue C M Y K H S L
Decimal 143 52 115 0 0.64 0.20 0.44 318.46 0.47 0.38
Hex 8F 34 73 0 40 14 2C 13E 2F 26
Octal 217 64 163 0 100 24 54 476 57 46
Binary 10001111 110100 1110011 0 1000000 10100 101100 100111110 101111 100110

Color Harmonies of #8F3473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3473

Black with #8F3473

Text Example


Text Example

White with #8F3473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,52,115); }

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

background-color css

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

 a { background-color: rgb(143,52,115); }

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

border-color css

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

 span { border-color: rgb(143,52,115); }

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