#8F337F

Color #8F337F Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #8F337F

Tints of Dark Purple #8F337F

Color information

#8F337F (or 0x8F337F) is unknown color: approx Dark Purple. HEX triplet: 8F, 33 and 7F. RGB value is (143,51,127). Sum of RGB (Red+Green+Blue) = 143+51+127=321 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.55% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 143 - color contains mainly: red. Hex color #8F337F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F337F is #70CC80. Grayscale: #565656. Windows color (decimal): -7392385 or 8336271. OLE color: 8336271.

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

Color convert

RGB14351127-
CMYK00.640.110.44
HSL310.43º47.42%38.04%-
HSV(B)310.43º64.34%56.08%-
XYZ16.349.7421.1-
YUV87.17150.48167.82-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.55%
GREEN value IS 51 (20.31% from 255) = 15.89%
BLUE value IS 127 (50% from 255) = 39.56%
R=44.55%
G=15.89%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1435112700.640.110.44310.4347.4238.04
Hex8F337F040B2C1362f26
Octal21763177010013544665746
Binary100011111100111111111010000001011101100100110110101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F337F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,51,127); }

 H1.HeaderClassName
 {
   color: #8F337F;
 }
 .AnyTagClassName
 {
   color: #8F337F;
 }
</style>
background-color css

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

 a { background-color: rgb(143,51,127); }

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

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

 span { border-color: rgb(143,51,127); }

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