Html Css Color HEX #8F317E Dark Purple

📋 copy color: '#8F317E'

red 143 ◦ green 49 ◦ blue 126

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

Shades of Dark Purple #8F317E

Tints of Dark Purple #8F317E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.41%

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

R = 44.97%
G = 15.41%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#8F317E (or 0x8F317E) is known color: Dark Purple. HEX triplet: 8F, 31 and 7E. RGB value is (143,49,126). Sum of RGB (Red+Green+Blue) = 143+49+126=318 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.97% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 126 (49.61% from 255 or 39.62% from 318); Max value from RGB is 143 - color contains mainly: red. Hex color #8F317E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F317E is #70CE81. Grayscale: #555555. Windows color (decimal): -7392898 or 8270223. OLE color: 8270223.

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

Color convert

RGB 143 49 126 -
CMYK 0 0.66 0.12 0.44
HSL 310.85º 0.49% 0.38% -
HSV(B) 310.85º 0.66% 0.56% -
XYZ 16.19 9.54 20.73 -
YUV 85.88 150.64 168.74 -
System Red Green Blue C M Y K H S L
Decimal 143 49 126 0 0.66 0.12 0.44 310.85 0.49 0.38
Hex 8F 31 7E 0 42 C 2C 137 31 26
Octal 217 61 176 0 102 14 54 467 61 46
Binary 10001111 110001 1111110 0 1000010 1100 101100 100110111 110001 100110

Color Harmonies of #8F317E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F317E

Black with #8F317E

Text Example


Text Example

White with #8F317E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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